Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.h72 bool TryCacheSerializeKeysFromGlobalObject(const JSHandle<JSObject> &obj, bool hasContent,
Dfast_json_stringifier.cpp493 return TryCacheSerializeKeysFromGlobalObject(obj, hasContent, strCache); in TryCacheSerializeKeys()
578 bool FastJsonStringifier::TryCacheSerializeKeysFromGlobalObject(const JSHandle<JSObject> &obj, bool… in TryCacheSerializeKeysFromGlobalObject() function in panda::ecmascript::base::FastJsonStringifier