public class PromiseResolveNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
PromiseResolveNode(JSContext context) |
| Modifier and Type | Method and Description |
|---|---|
static PromiseResolveNode |
create(JSContext context) |
JSDynamicObject |
execute(JSDynamicObject constructor,
Object value) |
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 PromiseResolveNode(JSContext context)
public static PromiseResolveNode create(JSContext context)
public JSDynamicObject execute(JSDynamicObject constructor, Object value)