public static class ArrayPrototypeBuiltins.CreateArrayIteratorNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
CreateArrayIteratorNode(JSContext context,
int iterationKind) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayPrototypeBuiltins.CreateArrayIteratorNode |
create(JSContext context,
int iterationKind) |
com.oracle.truffle.api.object.DynamicObject |
execute(com.oracle.truffle.api.frame.VirtualFrame frame,
Object array) |
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 CreateArrayIteratorNode(JSContext context, int iterationKind)
public static ArrayPrototypeBuiltins.CreateArrayIteratorNode create(JSContext context, int iterationKind)
public com.oracle.truffle.api.object.DynamicObject execute(com.oracle.truffle.api.frame.VirtualFrame frame,
Object array)