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