Class JSONStringifyStringNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.builtins.json.JSONStringifyStringNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JSONStringifyStringNodeabstract Objectstatic com.oracle.truffle.api.strings.TruffleStringBuilderjsonQuote(StringBuilderProfile stringBuilderProfile, com.oracle.truffle.api.strings.TruffleStringBuilderUTF16 sb, com.oracle.truffle.api.strings.TruffleString valueStr, com.oracle.truffle.api.strings.TruffleString.ReadCharUTF16Node readCharNode, com.oracle.truffle.api.strings.TruffleStringBuilder.AppendCharUTF16Node appendCharNode, com.oracle.truffle.api.strings.TruffleStringBuilder.AppendStringNode appendStringNode, com.oracle.truffle.api.strings.TruffleStringBuilder.AppendSubstringByteIndexNode appendSubstringNode) jsonStrMain(Object jsonData, com.oracle.truffle.api.strings.TruffleString keyStr, JSObject holder) Methods inherited from class com.oracle.truffle.js.nodes.JavaScriptBaseNode
copy, getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, onReplace, reportLoopCount, reportLoopCountMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, reportReplace, toString
-
Constructor Details
-
JSONStringifyStringNode
-
-
Method Details
-
execute
-
create
-
jsonStrMain
-
jsonQuote
public static com.oracle.truffle.api.strings.TruffleStringBuilder jsonQuote(StringBuilderProfile stringBuilderProfile, com.oracle.truffle.api.strings.TruffleStringBuilderUTF16 sb, com.oracle.truffle.api.strings.TruffleString valueStr, com.oracle.truffle.api.strings.TruffleString.ReadCharUTF16Node readCharNode, com.oracle.truffle.api.strings.TruffleStringBuilder.AppendCharUTF16Node appendCharNode, com.oracle.truffle.api.strings.TruffleStringBuilder.AppendStringNode appendStringNode, com.oracle.truffle.api.strings.TruffleStringBuilder.AppendSubstringByteIndexNode appendSubstringNode)
-