public abstract class GetOptionsObjectNode extends JavaScriptBaseNode
| Constructor and Description |
|---|
GetOptionsObjectNode(JSContext context) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
execute(Object options) |
Object |
fromJSObject(JSObject options) |
Object |
fromOther(Object options,
IsObjectNode isObjectNode,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch) |
Object |
fromUndefined(Object options) |
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 GetOptionsObjectNode(JSContext context)
public Object fromOther(Object options, IsObjectNode isObjectNode, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)