public abstract static class JSONBuiltins.JSONStringifyNode extends JSBuiltinNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
JSONStringifyNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilderProfile |
createStringBuilderProfile() |
protected Object |
stringifyAStringNoReplacer(com.oracle.truffle.api.strings.TruffleString str,
Object replacer,
Object space,
StringBuilderProfile stringBuilderProfile,
com.oracle.truffle.api.strings.TruffleStringBuilder.AppendCharUTF16Node appendRawValueNode,
com.oracle.truffle.api.strings.TruffleStringBuilder.AppendStringNode appendStringNode,
com.oracle.truffle.api.strings.TruffleStringBuilder.AppendSubstringByteIndexNode appendSubstringNode,
com.oracle.truffle.api.strings.TruffleStringBuilder.ToStringNode builderToStringNode) |
protected Object |
stringifyNoReplacer(Object value,
Object replacer,
Object space,
com.oracle.truffle.js.builtins.json.JSONBuiltins.GetGapNode getGapNode) |
protected Object |
stringifyWithReplacer(Object value,
Object replacer,
Object space,
com.oracle.truffle.api.nodes.Node node,
com.oracle.truffle.js.builtins.json.JSONBuiltins.GetGapNode getGapNode,
IsCallableNode isCallableNode,
JSIsArrayNode isArrayNode,
com.oracle.truffle.js.builtins.json.JSONBuiltins.ToReplacerListNode toReplacerListNode) |
copyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected Object stringifyNoReplacer(Object value, Object replacer, Object space, com.oracle.truffle.js.builtins.json.JSONBuiltins.GetGapNode getGapNode)
protected Object stringifyWithReplacer(Object value, Object replacer, Object space, com.oracle.truffle.api.nodes.Node node, com.oracle.truffle.js.builtins.json.JSONBuiltins.GetGapNode getGapNode, IsCallableNode isCallableNode, JSIsArrayNode isArrayNode, com.oracle.truffle.js.builtins.json.JSONBuiltins.ToReplacerListNode toReplacerListNode)
protected Object stringifyAStringNoReplacer(com.oracle.truffle.api.strings.TruffleString str, Object replacer, Object space, StringBuilderProfile stringBuilderProfile, com.oracle.truffle.api.strings.TruffleStringBuilder.AppendCharUTF16Node appendRawValueNode, com.oracle.truffle.api.strings.TruffleStringBuilder.AppendStringNode appendStringNode, com.oracle.truffle.api.strings.TruffleStringBuilder.AppendSubstringByteIndexNode appendSubstringNode, com.oracle.truffle.api.strings.TruffleStringBuilder.ToStringNode builderToStringNode)
protected StringBuilderProfile createStringBuilderProfile()