Class ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArrayLikeResumptionRootNode
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.ArrayFromAsyncArrayLikeArgs>
com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode<com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArrayLikeArgs>
com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArrayLikeResumptionRootNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, AsyncHandlerRootNode, Cloneable
- Enclosing class:
ArrayFunctionBuiltins.JSArrayFromAsyncNode
protected static final class ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArrayLikeResumptionRootNode
extends ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode<com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArrayLikeArgs>
-
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 AsyncHandlerRootNode
AsyncHandlerRootNode.AsyncStackTraceInfo -
Field Summary
Fields inherited from class ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode
STATE_AWAIT_MAPPED_VALUE, STATE_AWAIT_NEXT_RESULT, STATE_STARTFields inherited from class AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AsyncIteratorRootNode
context, valueNodeFields inherited from class JavaScriptRootNode
MODULE_DUMMY_FRAMEDESCRIPTOR -
Method Summary
Modifier and TypeMethodDescriptionprotected JSFunctionObjectcreateIfAbruptHandler(com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArrayLikeArgs args) execute(com.oracle.truffle.api.frame.VirtualFrame frame) Methods inherited from class ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode
callMapFn, createDataPropertyOrThrow, createFunctionWithArgs, getErrorObject, resumeAwait, setLength, suspendAwaitMethods inherited from class AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AsyncIteratorRootNode
callReject, callResolve, getArgs, getAsyncStackTraceInfo, getThis, indexToJSMethods inherited from class 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, prepareForCall, 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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.ArrayFromAsyncArrayLikeArgs args) - Specified by:
createIfAbruptHandlerin classArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode<com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArrayLikeArgs>
-