Searched refs:SerializeJSONProperty (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 129 JSTaggedValue result = SerializeJSONProperty(handleValue_, replacer); in Stringify() 245 JSTaggedValue JsonStringifier::SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, in SerializeJSONProperty() function in panda::ecmascript::base::JsonStringifier 494 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSONObject() 528 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSONObject() 561 SerializeJSONProperty(keyHandle, replacer); in SerializeJSONSharedMap() 564 SerializeJSONProperty(keyHandle, replacer); in SerializeJSONSharedMap() 569 SerializeJSONProperty(valHandle, replacer); in SerializeJSONSharedMap() 594 SerializeJSONProperty(valHandle, replacer); in SerializeJSONSharedSet() 622 SerializeJSONProperty(keyHandle, replacer); in SerializeJSONMap() 625 SerializeJSONProperty(keyHandle, replacer); in SerializeJSONMap() [all …]
|
| D | fast_json_stringifier.cpp | 45 JSTaggedValue result = SerializeJSONProperty(handleValue_); in Stringify() 80 JSTaggedValue FastJsonStringifier::SerializeJSONProperty(const JSHandle<JSTaggedValue> &value) in SerializeJSONProperty() function in panda::ecmascript::base::FastJsonStringifier 236 JSTaggedValue res = SerializeJSONProperty(handleValue_); in SerializeJSONObject() 319 JSTaggedValue res = SerializeJSONProperty(handleValue_); in SerializeJSProxy() 367 JSTaggedValue res = SerializeJSONProperty(handleValue_); in SerializeJSArray() 727 JSTaggedValue res = SerializeJSONProperty(handleValue_); in AppendJsonString() 748 JSTaggedValue res = SerializeJSONProperty(handleValue_); in FastAppendJsonString() 967 JSTaggedValue res = SerializeJSONProperty(handleValue_); in AppendJsonString()
|
| D | json_stringifier.h | 49 …JSTaggedValue SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedV…
|
| D | fast_json_stringifier.h | 44 JSTaggedValue SerializeJSONProperty(const JSHandle<JSTaggedValue> &value);
|