public class AsyncGeneratorRejectNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
AsyncGeneratorRejectNode() |
| Modifier and Type | Method and Description |
|---|---|
static AsyncGeneratorRejectNode |
create() |
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame,
JSAsyncGeneratorObject generator,
Object exception) |
void |
performReject(com.oracle.truffle.api.frame.VirtualFrame frame,
JSAsyncGeneratorObject generator,
Object exception) |
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, toStringpublic static AsyncGeneratorRejectNode create()
public Object execute(com.oracle.truffle.api.frame.VirtualFrame frame, JSAsyncGeneratorObject generator, Object exception)
public void performReject(com.oracle.truffle.api.frame.VirtualFrame frame,
JSAsyncGeneratorObject generator,
Object exception)