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) |
protected IteratorRecord |
get(Object obj) |
IteratorRecord |
unsupported(Object obj) |
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 GetIteratorDirectNode(JSContext context)
public abstract IteratorRecord execute(Object iteratedObject)
protected IteratorRecord get(JSObject obj)
protected IteratorRecord get(Object obj)
public IteratorRecord unsupported(Object obj)
public static GetIteratorDirectNode create(JSContext context)