public class AsyncGeneratorResumeNextNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
AsyncGeneratorResumeNextNode(JSContext context) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncGeneratorResumeNextNode |
create(JSContext context) |
static AsyncGeneratorResumeNextNode |
createTailCall(JSContext context) |
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame,
JSAsyncGeneratorObject generator) |
protected Object |
performResumeNext(JSAsyncGeneratorObject generator,
Completion completion) |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected final JSContext context
protected AsyncGeneratorResumeNextNode(JSContext context)
public static AsyncGeneratorResumeNextNode create(JSContext context)
public static AsyncGeneratorResumeNextNode createTailCall(JSContext context)
public final Object execute(com.oracle.truffle.api.frame.VirtualFrame frame, JSAsyncGeneratorObject generator)
protected Object performResumeNext(JSAsyncGeneratorObject generator, Completion completion)