public abstract class ArrayCreateNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
ArrayCreateNode(JSContext context) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayCreateNode |
create(JSContext context) |
protected com.oracle.truffle.api.object.DynamicObject |
doDefault(long length) |
protected com.oracle.truffle.api.object.DynamicObject |
doInvalidLength(long length) |
protected com.oracle.truffle.api.object.DynamicObject |
doLargeLength(long length) |
abstract com.oracle.truffle.api.object.DynamicObject |
execute(long length) |
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected ArrayCreateNode(JSContext context)
public static ArrayCreateNode create(JSContext context)
protected com.oracle.truffle.api.object.DynamicObject doDefault(long length)
protected com.oracle.truffle.api.object.DynamicObject doLargeLength(long length)
protected com.oracle.truffle.api.object.DynamicObject doInvalidLength(long length)
public abstract com.oracle.truffle.api.object.DynamicObject execute(long length)