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.cpp102 panda::ecmascript::base::JsonStringifier stringifier(thread); in Stringify() local
103 JSHandle<JSTaggedValue> result = stringifier.Stringify(handleValue, handleReplacer, handleGap); in Stringify()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2360 JsonStringifier stringifier(thread); in Stringify() local
2361 JSHandle<JSTaggedValue> str = stringifier.Stringify( in Stringify()