Class AsyncIteratorPrototypeBuiltins.AsyncIteratorFlatMapUnwrapYieldResumptionRootNode
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<AsyncIteratorPrototypeBuiltins.AsyncIteratorFlatMapNode.AsyncIteratorFlatMapArgs>
com.oracle.truffle.js.builtins.AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AbstractAsyncIteratorGeneratorResumptionRootNode<AsyncIteratorPrototypeBuiltins.AsyncIteratorFlatMapNode.AsyncIteratorFlatMapArgs>
com.oracle.truffle.js.builtins.AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AsyncIteratorGeneratorAwaitResumptionRootNode<AsyncIteratorPrototypeBuiltins.AsyncIteratorFlatMapNode.AsyncIteratorFlatMapArgs>
com.oracle.truffle.js.builtins.AsyncIteratorPrototypeBuiltins.AsyncIteratorUnwrapYieldResumptionRootNode<AsyncIteratorPrototypeBuiltins.AsyncIteratorFlatMapNode.AsyncIteratorFlatMapArgs>
com.oracle.truffle.js.builtins.AsyncIteratorPrototypeBuiltins.AsyncIteratorFlatMapUnwrapYieldResumptionRootNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, AsyncHandlerRootNode, Cloneable
- Enclosing class:
AsyncIteratorPrototypeBuiltins
protected static class AsyncIteratorPrototypeBuiltins.AsyncIteratorFlatMapUnwrapYieldResumptionRootNode
extends AsyncIteratorPrototypeBuiltins.AsyncIteratorUnwrapYieldResumptionRootNode<AsyncIteratorPrototypeBuiltins.AsyncIteratorFlatMapNode.AsyncIteratorFlatMapArgs>
-
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 AsyncIteratorPrototypeBuiltins.AsyncIteratorUnwrapYieldResumptionRootNode
awaitReturnResult, getReturnNode, isObjectNodeFields inherited from class AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AsyncIteratorRootNode
context, valueNodeFields inherited from class JavaScriptRootNode
MODULE_DUMMY_FRAMEDESCRIPTOR -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAsyncIteratorFlatMapUnwrapYieldResumptionRootNode(JSContext context, boolean closeResumption) -
Method Summary
Modifier and TypeMethodDescriptionprotected static JSFunctionDataResumption of UnwrapYieldResumption: Await(resumptionValue.[[Value]]).protected static JSFunctionDataResumption of AsyncIteratorClose: Await(innerResult.[[Value]]) with normal completion.executeBody(com.oracle.truffle.api.frame.VirtualFrame frame) Methods inherited from class AsyncIteratorPrototypeBuiltins.AsyncIteratorUnwrapYieldResumptionRootNode
callReturnMethods inherited from class AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AsyncIteratorGeneratorAwaitResumptionRootNode
assertResumingAwait, executeMethods inherited from class AsyncIteratorPrototypeBuiltins.AsyncIteratorAwaitNode.AbstractAsyncIteratorGeneratorResumptionRootNode
asyncGeneratorComplete, asyncGeneratorCompleteStep, getErrorObjectMethods 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
-
Constructor Details
-
AsyncIteratorFlatMapUnwrapYieldResumptionRootNode
protected AsyncIteratorFlatMapUnwrapYieldResumptionRootNode(JSContext context, boolean closeResumption)
-
-
Method Details
-
executeBody
-
createCreateUnwrapYieldResumptionCloseImpl
Resumption of UnwrapYieldResumption: Await(resumptionValue.[[Value]]). Continues with AsyncIteratorClose(iterated, awaitedValue) and either awaits or returns; -
createCreateUnwrapYieldResumptionCloseResumptionImpl
protected static JSFunctionData createCreateUnwrapYieldResumptionCloseResumptionImpl(JSContext context) Resumption of AsyncIteratorClose: Await(innerResult.[[Value]]) with normal completion. Checks that innerResult is an object and returns from the generator.
-