public class FulfillPromiseNode extends JavaScriptBaseNode
Modifier | Constructor and Description |
---|---|
protected |
FulfillPromiseNode(JSContext context) |
Modifier and Type | Method and Description |
---|---|
static FulfillPromiseNode |
create(JSContext context) |
Object |
execute(com.oracle.truffle.api.object.DynamicObject promise,
Object value) |
copy, onReplace
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toString
protected FulfillPromiseNode(JSContext context)
public static FulfillPromiseNode create(JSContext context)