Home
last modified time | relevance | path

Searched defs:hasContent (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp163 CString FastJsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey()
212 bool hasContent = false; in SerializeJSONObject() local
404 bool FastJsonStringifier::TryCacheSerializeElements(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeElements()
451 bool FastJsonStringifier::SerializeElementsWithCache(const JSHandle<JSObject> &obj, bool hasContent, in SerializeElementsWithCache()
484 bool FastJsonStringifier::TryCacheSerializeKeys(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeKeys()
499 …ringifier::TryCacheSerializeKeysFromPropertiesArray(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeKeysFromPropertiesArray()
542 …JsonStringifier::TryCacheSerializeKeysFromEnumCache(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeKeysFromEnumCache()
578 …nStringifier::TryCacheSerializeKeysFromGlobalObject(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeKeysFromGlobalObject()
615 …tringifier::TryCacheSerializeKeysFromNameDictionary(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeKeysFromNameDictionary()
652 bool FastJsonStringifier::SerializeKeysWithCache(const JSHandle<JSObject> &obj, bool hasContent, in SerializeKeysWithCache()
[all …]
Dfast_json_stringifier.h95 inline void EraseKeyString(CString &keyStr, bool hasContent) in EraseKeyString()
101 inline void FastSerializeObjectKey(CString &key, bool hasContent) in FastSerializeObjectKey()
Djson_stringifier.cpp420 void JsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey()
473 bool hasContent = false; in SerializeJSONObject() local
887 bool hasContent) in SerializeElements()
937 bool hasContent) in SerializeKeys()
1136 bool hasContent) in AppendJsonString()