Class ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode<T extends com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArgs>
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<T>
com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode<T>
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,AsyncHandlerRootNode,Cloneable
- Direct Known Subclasses:
ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArrayLikeResumptionRootNode,ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncIteratorResumptionRootNode
- Enclosing class:
ArrayFunctionBuiltins.JSArrayFromAsyncNode
protected abstract static class ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncResumptionRootNode<T extends com.oracle.truffle.js.builtins.ArrayFunctionBuiltins.JSArrayFromAsyncNode.ArrayFromAsyncArgs>
extends AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AsyncIteratorRootNode<T>
-
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
FieldsModifier and TypeFieldDescriptionprotected static final intprotected static final intprotected static final intFields 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final Objectprotected final voidcreateDataPropertyOrThrow(Object result, long k, Object mappedValue) protected final JSFunctionObjectcreateFunctionWithArgs(T args, JSFunctionData functionData) protected abstract JSFunctionObjectcreateIfAbruptHandler(T args) protected final ObjectgetErrorObject(com.oracle.truffle.api.exception.AbstractTruffleException ex) protected final ObjectresumeAwait(com.oracle.truffle.api.frame.VirtualFrame frame, T args, int expectedState) protected final voidprotected final ObjectsuspendAwait(com.oracle.truffle.api.frame.VirtualFrame frame, T args, Object promiseOrValue, int nextState, long k) Methods 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, execute, findAsynchronousFrames, findBytecodeIndex, getCallTarget, getFrameDescriptor, getName, getParentFrameDescriptor, getQualifiedName, isCaptureFramesForTrace, isCaptureFramesForTrace, isCloneUninitializedSupported, isCloningAllowed, isInstrumentable, isSameFrame, isTrivial, prepareForAOT, 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, 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
-
Field Details
-
STATE_START
protected static final int STATE_START- See Also:
-
STATE_AWAIT_NEXT_RESULT
protected static final int STATE_AWAIT_NEXT_RESULT- See Also:
-
STATE_AWAIT_MAPPED_VALUE
protected static final int STATE_AWAIT_MAPPED_VALUE- See Also:
-
-
Constructor Details
-
ArrayFromAsyncResumptionRootNode
-
-
Method Details
-
createFunctionWithArgs
-
suspendAwait
-
createIfAbruptHandler
-
resumeAwait
-
setLength
-
createDataPropertyOrThrow
-
callMapFn
-
getErrorObject
-