Home
last modified time | relevance | path

Searched refs:SerializeJSONProperty (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp129 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 …]
Dfast_json_stringifier.cpp45 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()
Djson_stringifier.h49 …JSTaggedValue SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedV…
Dfast_json_stringifier.h44 JSTaggedValue SerializeJSONProperty(const JSHandle<JSTaggedValue> &value);