public abstract class ForeignObjectPrototypeNode extends JavaScriptBaseNode
| Constructor and Description |
|---|
ForeignObjectPrototypeNode() |
| Modifier and Type | Method and Description |
|---|---|
static ForeignObjectPrototypeNode |
create() |
com.oracle.truffle.api.object.DynamicObject |
doTruffleObject(Object truffleObject,
JSRealm realm,
com.oracle.truffle.api.interop.InteropLibrary interop) |
abstract com.oracle.truffle.api.object.DynamicObject |
executeDynamicObject(Object truffleObject) |
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic abstract com.oracle.truffle.api.object.DynamicObject executeDynamicObject(Object truffleObject)
public com.oracle.truffle.api.object.DynamicObject doTruffleObject(Object truffleObject, JSRealm realm, com.oracle.truffle.api.interop.InteropLibrary interop)
public static ForeignObjectPrototypeNode create()