public abstract class GetAsyncIteratorNode extends GetIteratorNode
context, getNextMethodNode, objectNodeINTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
GetAsyncIteratorNode(JSContext context,
JavaScriptNode objectNode) |
| Modifier and Type | Method and Description |
|---|---|
protected JavaScriptNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
protected IteratorRecord |
doGetIterator(Object iteratedObject,
IsCallableNode isCallableNode,
JSFunctionCallNode methodCallNode,
IsJSObjectNode isObjectNode) |
create, create, createAsync, execute, execute, getContext, getIterator, getIterator, getIteratorMethodNode, iterableToListaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, executeBoolean, executeDouble, executeInt, executeLong, executeSafeInteger, executeString, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, hasTag, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected GetAsyncIteratorNode(JSContext context, JavaScriptNode objectNode)
protected IteratorRecord doGetIterator(Object iteratedObject, IsCallableNode isCallableNode, JSFunctionCallNode methodCallNode, IsJSObjectNode isObjectNode)
doGetIterator in class GetIteratorNodeprotected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class GetIteratorNode