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