Searched refs:SerializeKeysWithCache (Results 1 – 2 of 2) sorted by relevance
76 bool SerializeKeysWithCache(const JSHandle<JSObject> &obj, bool hasContent,
265 hasContent = SerializeKeysWithCache(obj, hasContent, strCache, cacheIndex); in SerializeJSONObject()652 bool FastJsonStringifier::SerializeKeysWithCache(const JSHandle<JSObject> &obj, bool hasContent, in SerializeKeysWithCache() function in panda::ecmascript::base::FastJsonStringifier