Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp131 JSTaggedValue result = SerializeJSONProperty(handleValue_, replacer); in Stringify()
232 JSTaggedValue JsonStringifier::SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, in SerializeJSONProperty() function in panda::ecmascript::base::JsonStringifier
408 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSONObject()
442 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSONObject()
493 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSProxy()
547 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSArray()
821 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in AppendJsonString()
Djson_stringifier.h46 …JSTaggedValue SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedV…
Dfast_json_stringifier.cpp56 JSTaggedValue result = SerializeJSONProperty(handleValue_); in Stringify()
91 JSTaggedValue FastJsonStringifier::SerializeJSONProperty(const JSHandle<JSTaggedValue> &value) in SerializeJSONProperty() function in panda::ecmascript::base::FastJsonStringifier
246 JSTaggedValue res = SerializeJSONProperty(handleValue_); in SerializeJSONObject()
329 JSTaggedValue res = SerializeJSONProperty(handleValue_); in SerializeJSProxy()
371 JSTaggedValue res = SerializeJSONProperty(handleValue_); in SerializeJSArray()
698 JSTaggedValue res = SerializeJSONProperty(handleValue_); in AppendJsonString()
719 JSTaggedValue res = SerializeJSONProperty(handleValue_); in FastAppendJsonString()
920 JSTaggedValue res = SerializeJSONProperty(handleValue_); in AppendJsonString()
Dfast_json_stringifier.h43 JSTaggedValue SerializeJSONProperty(const JSHandle<JSTaggedValue> &value);