public abstract static class ObjectPrototypeBuiltins.FormatCacheNode extends JavaScriptBaseNode
| Constructor and Description |
|---|
FormatCacheNode() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectPrototypeBuiltins.FormatCacheNode |
create() |
protected com.oracle.truffle.api.strings.TruffleString |
doCached(com.oracle.truffle.api.strings.TruffleString name,
com.oracle.truffle.api.strings.TruffleString cachedName,
com.oracle.truffle.api.strings.TruffleString cachedResult,
com.oracle.truffle.api.strings.TruffleString.EqualNode equalsNode) |
protected com.oracle.truffle.api.strings.TruffleString |
doUncached(com.oracle.truffle.api.strings.TruffleString name) |
abstract com.oracle.truffle.api.strings.TruffleString |
execute(com.oracle.truffle.api.strings.TruffleString name) |
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(com.oracle.truffle.api.strings.TruffleString name)
public static ObjectPrototypeBuiltins.FormatCacheNode create()
protected com.oracle.truffle.api.strings.TruffleString doCached(com.oracle.truffle.api.strings.TruffleString name,
com.oracle.truffle.api.strings.TruffleString cachedName,
com.oracle.truffle.api.strings.TruffleString cachedResult,
com.oracle.truffle.api.strings.TruffleString.EqualNode equalsNode)
protected com.oracle.truffle.api.strings.TruffleString doUncached(com.oracle.truffle.api.strings.TruffleString name)