Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp235 JSTaggedValue result = SerializeJSONProperty(handleValue_, replacer); in Stringify()
328 JSTaggedValue JsonStringifier::SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, in SerializeJSONProperty() function in panda::ecmascript::base::JsonStringifier
489 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSONObject()
522 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSONObject()
573 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSProxy()
626 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSArray()
885 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in AppendJsonString()
Djson_stringifier.h46 …JSTaggedValue SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedV…