Searched refs:SerializeJSONObject (Results 1 – 4 of 4) sorted by relevance
51 …bool SerializeJSONObject(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &repl…
47 bool SerializeJSONObject(const JSHandle<JSTaggedValue> &value);
276 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty()283 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty()318 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty()376 bool JsonStringifier::SerializeJSONObject(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTa… in SerializeJSONObject() function in panda::ecmascript::base::JsonStringifier
162 SerializeJSONObject(valHandle); in SerializeJSONProperty()214 bool FastJsonStringifier::SerializeJSONObject(const JSHandle<JSTaggedValue> &value) in SerializeJSONObject() function in panda::ecmascript::base::FastJsonStringifier