Class ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorResumptionRootNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.ExecutableNode
com.oracle.truffle.api.nodes.RootNode
com.oracle.truffle.js.runtime.JavaScriptRootNode
com.oracle.truffle.js.builtins.AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AsyncIteratorRootNode<com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorArgs>
com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode<com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorArgs>
com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorResumptionRootNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,AsyncHandlerRootNode,Cloneable
- Enclosing class:
ArrayFunctionBuiltins.JSArrayFromAsyncNode
protected static final class ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorResumptionRootNode
extends ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode<com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorArgs>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.ChildrenNested classes/interfaces inherited from interface com.oracle.truffle.js.nodes.promise.AsyncHandlerRootNode
AsyncHandlerRootNode.AsyncStackTraceInfo -
Field Summary
Fields inherited from class com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode
STATE_AWAIT_MAPPED_VALUE, STATE_AWAIT_NEXT_RESULT, STATE_STARTFields inherited from class com.oracle.truffle.js.builtins.AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AsyncIteratorRootNode
context, valueNodeFields inherited from class com.oracle.truffle.js.runtime.JavaScriptRootNode
MODULE_DUMMY_FRAMEDESCRIPTOR -
Method Summary
Modifier and TypeMethodDescriptionprotected JSFunctionObjectcreateIfAbruptHandler(com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorArgs args) execute(com.oracle.truffle.api.frame.VirtualFrame frame) Methods inherited from class com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode
callMapFn, createDataPropertyOrThrow, createFunctionWithArgs, getErrorObject, resumeAwait, setLength, suspendAwaitMethods inherited from class com.oracle.truffle.js.builtins.AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AsyncIteratorRootNode
callReject, callResolve, getArgs, getAsyncStackTraceInfo, getThis, indexToJSMethods inherited from class com.oracle.truffle.js.runtime.JavaScriptRootNode
countsTowardsStackTraceLimit, findAsynchronousFrames, getLanguage, getRealm, getSourceSection, isCaptureFramesForTrace, isFunction, isInternal, isResumptionMethods inherited from class com.oracle.truffle.api.nodes.RootNode
cloneUninitialized, computeSize, copy, createConstantNode, findAsynchronousFrames, findBytecodeIndex, findInstrumentableCallNode, getCallTarget, getFrameDescriptor, getName, getParentFrameDescriptor, getQualifiedName, isCaptureFramesForTrace, isCaptureFramesForTrace, isCloneUninitializedSupported, isCloningAllowed, isInstrumentable, isSameFrame, isTrivial, prepareForAOT, prepareForCompilation, prepareForInstrumentation, translateStackTraceElementMethods inherited from class com.oracle.truffle.api.nodes.ExecutableNode
getLanguage, getLanguageInfoMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, reportReplace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.oracle.truffle.js.nodes.promise.AsyncHandlerRootNode
getAsyncStackTraceInfo
-
Method Details
-
execute
- Specified by:
executein classcom.oracle.truffle.api.nodes.RootNode
-
createIfAbruptHandler
protected JSFunctionObject createIfAbruptHandler(com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorArgs args) - Specified by:
createIfAbruptHandlerin classArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode<com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorArgs>
-