public abstract static class ObjectPrototypeBuiltins.FormatCacheNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
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) |
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, getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, onReplace, reportLoopCount, reportLoopCountaccept, 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)
protected com.oracle.truffle.api.strings.TruffleString doUncached(com.oracle.truffle.api.strings.TruffleString name)