public abstract class GetIteratorDirectNode extends JavaScriptBaseNode
| Constructor and Description |
|---|
GetIteratorDirectNode(JSContext context) |
| Modifier and Type | Method and Description |
|---|---|
static GetIteratorDirectNode |
create(JSContext context) |
abstract IteratorRecord |
execute(Object iteratedObject) |
protected IteratorRecord |
get(JSObject obj,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch) |
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 GetIteratorDirectNode(JSContext context)
public abstract IteratorRecord execute(Object iteratedObject)
protected IteratorRecord get(JSObject obj, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)
public IteratorRecord unsupported(Object obj)
public static GetIteratorDirectNode create(JSContext context)