public abstract class ForeignObjectPrototypeNode extends JavaScriptBaseNode
| Constructor and Description |
|---|
ForeignObjectPrototypeNode() |
| Modifier and Type | Method and Description |
|---|---|
static ForeignObjectPrototypeNode |
create() |
JSDynamicObject |
doTruffleObject(Object truffleObject,
com.oracle.truffle.api.interop.InteropLibrary interop) |
abstract JSDynamicObject |
execute(Object truffleObject) |
static ForeignObjectPrototypeNode |
getUncached() |
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 abstract JSDynamicObject execute(Object truffleObject)
public JSDynamicObject doTruffleObject(Object truffleObject, com.oracle.truffle.api.interop.InteropLibrary interop)
public static ForeignObjectPrototypeNode create()
public static ForeignObjectPrototypeNode getUncached()