public static final class TopLevelAwaitModuleBodyNode.TopLevelAwaitModuleRootNode extends JavaScriptRootNode
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
String |
getName() |
boolean |
isResumption()
Is this a root node for the resumption of a suspended function.
|
findAsynchronousFrames, getSourceSection, isCaptureFramesForTrace, isFunction, isInternalcloneUninitialized, copy, createConstantNode, findAsynchronousFrames, getCallTarget, getCompilerOptions, getFrameDescriptor, getQualifiedName, isCloneUninitializedSupported, isCloningAllowed, isInstrumentable, isTrivial, prepareForAOT, setCallTarget, translateStackTraceElementgetLanguage, getLanguageInfoaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic Object execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class com.oracle.truffle.api.nodes.RootNodepublic boolean isResumption()
JavaScriptRootNodeisResumption in class JavaScriptRootNodepublic String getName()
getName in class com.oracle.truffle.api.nodes.RootNode