public abstract static class ObjectPrototypeBuiltins.GetBuiltinToStringTagNode extends JavaScriptBaseNode
| Constructor and Description |
|---|
GetBuiltinToStringTagNode() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
cached(com.oracle.truffle.api.object.DynamicObject object,
JSClass cachedClass) |
static ObjectPrototypeBuiltins.GetBuiltinToStringTagNode |
create() |
abstract String |
execute(Object object) |
protected static String |
foreign(com.oracle.truffle.api.object.DynamicObject object) |
protected static String |
uncached(com.oracle.truffle.api.object.DynamicObject object) |
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 static ObjectPrototypeBuiltins.GetBuiltinToStringTagNode create()
protected static String cached(com.oracle.truffle.api.object.DynamicObject object, JSClass cachedClass)
protected static String uncached(com.oracle.truffle.api.object.DynamicObject object)
protected static String foreign(com.oracle.truffle.api.object.DynamicObject object)