public class AsyncGeneratorEnqueueNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
AsyncGeneratorEnqueueNode(JSContext context) |
protected |
AsyncGeneratorEnqueueNode(JSContext context,
AsyncGeneratorResumeNextNode impl) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncGeneratorEnqueueNode |
create(JSContext context) |
static AsyncGeneratorEnqueueNode |
create(JSContext context,
AsyncGeneratorResumeNextNode impl) |
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame,
Object 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 AsyncGeneratorEnqueueNode(JSContext context)
protected AsyncGeneratorEnqueueNode(JSContext context, AsyncGeneratorResumeNextNode impl)
public static AsyncGeneratorEnqueueNode create(JSContext context)
public static AsyncGeneratorEnqueueNode create(JSContext context, AsyncGeneratorResumeNextNode impl)
public Object execute(com.oracle.truffle.api.frame.VirtualFrame frame, Object generator, Completion completion)