Home
last modified time | relevance | path

Searched refs:stringifier (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp135 JsonStringifier stringifier(thread); in HWTEST_F_L0() local
142 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
160 JsonStringifier stringifier(thread); in HWTEST_F_L0() local
170 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
188 JsonStringifier stringifier(thread); in HWTEST_F_L0() local
210 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
226 JsonStringifier stringifier(thread); in HWTEST_F_L0() local
233 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
250 JsonStringifier stringifier(thread); in HWTEST_F_L0() local
275 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp93 panda::ecmascript::base::FastJsonStringifier stringifier(thread); in Stringify() local
94 JSHandle<JSTaggedValue> result = stringifier.Stringify(handleValue); in Stringify()
110 panda::ecmascript::base::JsonStringifier stringifier(thread); in Stringify() local
111 JSHandle<JSTaggedValue> result = stringifier.Stringify(handleValue, handleReplacer, handleGap); in Stringify()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp245 JsonStringifier stringifier(thread); in Stringify() local
246 JSHandle<JSTaggedValue> str = stringifier.Stringify( in Stringify()