public abstract static class StringFunctionBuiltins.DedentTemplateStringsArrayNode extends JavaScriptBaseNode
| Modifier and Type | Method and Description |
|---|---|
protected static int |
convertDigit(int ch,
int base) |
protected JSArrayObject |
dedentTemplateStringsArray(Object template,
JSContext context,
JSToObjectNode rawToObjectNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile emptyProf,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch,
com.oracle.truffle.api.profiles.InlinedBranchProfile growBranch,
com.oracle.truffle.api.strings.TruffleString.CreateCodePointIteratorNode createCodePointIterator,
JSCollectionsNormalizeNode collectionsNormalize) |
protected abstract JSArrayObject |
execute(Object template,
JSContext context) |
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, toStringprotected abstract JSArrayObject execute(Object template, JSContext context)
protected final JSArrayObject dedentTemplateStringsArray(Object template, JSContext context, JSToObjectNode rawToObjectNode, com.oracle.truffle.api.profiles.InlinedConditionProfile emptyProf, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, com.oracle.truffle.api.profiles.InlinedBranchProfile growBranch, com.oracle.truffle.api.strings.TruffleString.CreateCodePointIteratorNode createCodePointIterator, JSCollectionsNormalizeNode collectionsNormalize)
protected static int convertDigit(int ch,
int base)