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()
335 JSTaggedValue JsonStringifier::SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, in SerializeJSONProperty() function in panda::ecmascript::base::JsonStringifier
496 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSONObject()
529 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSONObject()
580 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSProxy()
633 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in SerializeJSArray()
898 JSTaggedValue res = SerializeJSONProperty(handleValue_, replacer); in AppendJsonString()
Djson_stringifier.h46 …JSTaggedValue SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedV…