Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dfast_json_stringifier.h95 EraseKeyString(CString &keyStr, bool hasContent) EraseKeyString() argument
101 FastSerializeObjectKey(CString &key, bool hasContent) FastSerializeObjectKey() argument
[all...]
H A Dfast_json_stringifier.cpp161 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...]
H A Djson_stringifier.cpp349 void JsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey() argument
401 bool hasContent = false; in SerializeJSONObject() local
615 SerializeElements(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, bool hasContent) SerializeElements() argument
665 SerializeKeys(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, bool hasContent) SerializeKeys() argument
865 AppendJsonString(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, bool hasContent) AppendJsonString() argument
[all...]

Completed in 3 milliseconds