Home
last modified time | relevance | path

Searched refs:SerializeKeysWithCache (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.h67 bool SerializeKeysWithCache(const JSHandle<JSObject> &obj, bool hasContent,
Dfast_json_stringifier.cpp275 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