Searched refs:SerializeElementsWithCache (Results 1 – 2 of 2) sorted by relevance
63 bool SerializeElementsWithCache(const JSHandle<JSObject> &obj, bool hasContent,
261 … hasContent = SerializeElementsWithCache(obj, hasContent, strCache, cacheIndex, numOfElements); in SerializeJSONObject()451 bool FastJsonStringifier::SerializeElementsWithCache(const JSHandle<JSObject> &obj, bool hasContent, in SerializeElementsWithCache() function in panda::ecmascript::base::FastJsonStringifier