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