public abstract class GetIteratorDirectNode extends JavaScriptBaseNode
| Constructor and Description |
|---|
GetIteratorDirectNode() |
| Modifier and Type | Method and Description |
|---|---|
static GetIteratorDirectNode |
create() |
abstract IteratorRecord |
execute(Object iterator) |
protected IteratorRecord |
get(JSObject obj,
PropertyGetNode getNextMethodNode) |
protected IteratorRecord |
get(Object obj,
PropertyGetNode getNextMethodNode,
com.oracle.truffle.api.interop.InteropLibrary interop) |
IteratorRecord |
unsupported(Object obj) |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic abstract IteratorRecord execute(Object iterator)
protected IteratorRecord get(JSObject obj, PropertyGetNode getNextMethodNode)
protected IteratorRecord get(Object obj, PropertyGetNode getNextMethodNode, com.oracle.truffle.api.interop.InteropLibrary interop)
public IteratorRecord unsupported(Object obj)
public static GetIteratorDirectNode create()