| H A D | fast_json_stringifier.cpp | 255 auto strCache = thread_->GetCurrentEcmaContext()->GetJsonStringifyCache(index); in SerializeJSONObject() local 266 CVector<std::pair<CString, int>> strCache; 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 [all...] |