| H A D | fast_json_stringifier.cpp | 161 CString FastJsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey() argument 209 bool hasContent = false; in SerializeJSONObject() local 400 TryCacheSerializeElements(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache) TryCacheSerializeElements() argument 447 SerializeElementsWithCache(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache, uint32_t &cacheIndex, uint32_t elementSize) SerializeElementsWithCache() argument 480 TryCacheSerializeKeys(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache) TryCacheSerializeKeys() argument 495 TryCacheSerializeKeysFromPropertiesArray(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache) TryCacheSerializeKeysFromPropertiesArray() argument 538 TryCacheSerializeKeysFromEnumCache(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache) TryCacheSerializeKeysFromEnumCache() argument 574 TryCacheSerializeKeysFromGlobalObject(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache) TryCacheSerializeKeysFromGlobalObject() argument 611 TryCacheSerializeKeysFromNameDictionary(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache) TryCacheSerializeKeysFromNameDictionary() argument 648 SerializeKeysWithCache(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache, uint32_t &cacheIndex) SerializeKeysWithCache() argument 710 AppendJsonString(bool hasContent, CVector<std::pair<CString, int>> &strCache, int index) AppendJsonString() argument 732 FastAppendJsonString(bool hasContent, CString &key) FastAppendJsonString() argument 753 DefaultSerializeElements(const JSHandle<JSObject> &obj, bool hasContent) DefaultSerializeElements() argument 799 DefaultSerializeKeys(const JSHandle<JSObject> &obj, bool hasContent) DefaultSerializeKeys() argument 817 SerializeKeysFromCache(const JSHandle<JSObject> &obj, JSTaggedValue enumCache, const JSHandle<TaggedArray> &propertiesArr, bool hasContent) SerializeKeysFromCache() argument 833 SerializeKeysFromLayout(const JSHandle<JSObject> &obj, const JSHandle<JSHClass> &jsHclass, const JSHandle<TaggedArray> &propertiesArr, bool hasContent) SerializeKeysFromLayout() argument 851 SerializeKeysFromGlobalDictionary(const JSHandle<JSObject> &obj, const JSHandle<TaggedArray> &propertiesArr, bool hasContent) SerializeKeysFromGlobalDictionary() argument 888 SerializeKeysFromNameDictionary(const JSHandle<JSObject> &obj, const JSHandle<TaggedArray> &propertiesArr, bool hasContent) SerializeKeysFromNameDictionary() argument 925 SerializeKeyValue(const JSHandle<JSObject> &obj, JSTaggedValue key, const JSHandle<TaggedArray> &propertiesArr, bool hasContent) SerializeKeyValue() argument 951 AppendJsonString(bool hasContent) AppendJsonString() argument 982 bool hasContent = false; DefaultSerializeObject() local [all...] |