public abstract class JSArrayToDenseObjectArrayNode extends JavaScriptBaseNode
Array.prototype.sort.| Modifier | Constructor and Description |
|---|---|
protected |
JSArrayToDenseObjectArrayNode() |
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
doUncached(JSArrayObject array,
ScriptArray arrayType,
long length,
JSArrayNextElementIndexNode nextElementIndexNode,
ReadElementNode readNode,
com.oracle.truffle.api.profiles.InlinedBranchProfile growProfile) |
abstract Object[] |
executeObjectArray(JSArrayObject array,
ScriptArray arrayType,
long length) |
protected static Object[] |
fromDenseArray(JSArrayObject array,
ScriptArray arrayType,
long length,
ScriptArray cachedArrayType,
ReadElementNode readNode) |
protected static Object[] |
fromSparseArray(JSArrayObject array,
ScriptArray arrayType,
long length,
ScriptArray cachedArrayType,
com.oracle.truffle.api.nodes.Node node,
JSArrayNextElementIndexNode nextElementIndexNode,
com.oracle.truffle.api.profiles.InlinedBranchProfile growProfile) |
copy, getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, onReplace, reportLoopCount, reportLoopCountaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic abstract Object[] executeObjectArray(JSArrayObject array, ScriptArray arrayType, long length)
protected static Object[] fromDenseArray(JSArrayObject array, ScriptArray arrayType, long length, ScriptArray cachedArrayType, ReadElementNode readNode)
protected static Object[] fromSparseArray(JSArrayObject array, ScriptArray arrayType, long length, ScriptArray cachedArrayType, com.oracle.truffle.api.nodes.Node node, JSArrayNextElementIndexNode nextElementIndexNode, com.oracle.truffle.api.profiles.InlinedBranchProfile growProfile)
protected Object[] doUncached(JSArrayObject array, ScriptArray arrayType, long length, JSArrayNextElementIndexNode nextElementIndexNode, ReadElementNode readNode, com.oracle.truffle.api.profiles.InlinedBranchProfile growProfile)