Searched refs:stringifier (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_stringifier_test.cpp | 135 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/ |
| D | builtins_json.cpp | 102 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/ |
| D | jsnapi.cpp | 2360 JsonStringifier stringifier(thread); in Stringify() local 2361 JSHandle<JSTaggedValue> str = stringifier.Stringify( in Stringify()
|