Searched refs:SerializeJSONProperty (Results 1 – 2 of 2) sorted by relevance
235 JSTaggedValue result = SerializeJSONProperty(handleValue_, replacer); in Stringify()328 JSTaggedValue JsonStringifier::SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, in SerializeJSONProperty() function in panda::ecmascript::base::JsonStringifier489 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()
46 …JSTaggedValue SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedV…