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