Searched defs:propertiesArr (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | fast_json_stringifier.cpp | 487 JSHandle<TaggedArray> propertiesArr(thread_, obj->GetProperties()); in TryCacheSerializeKeys() local 502 JSHandle<TaggedArray> propertiesArr(thread_, obj->GetProperties()); in TryCacheSerializeKeysFromPropertiesArray() local 545 JSHandle<TaggedArray> propertiesArr(thread_, obj->GetProperties()); in TryCacheSerializeKeysFromEnumCache() local 581 JSHandle<TaggedArray> propertiesArr(thread_, obj->GetProperties()); in TryCacheSerializeKeysFromGlobalObject() local 618 JSHandle<TaggedArray> propertiesArr(thread_, obj->GetProperties()); in TryCacheSerializeKeysFromNameDictionary() local 656 JSHandle<TaggedArray> propertiesArr(thread_, obj->GetProperties()); in SerializeKeysWithCache() local 805 JSHandle<TaggedArray> propertiesArr(thread_, obj->GetProperties()); in DefaultSerializeKeys() local 822 … const JSHandle<TaggedArray> &propertiesArr, bool hasContent) in SerializeKeysFromCache() 838 … const JSHandle<TaggedArray> &propertiesArr, bool hasContent) in SerializeKeysFromLayout() 856 … const JSHandle<TaggedArray> &propertiesArr, in SerializeKeysFromGlobalDictionary() [all …]
|
| D | json_stringifier.cpp | 939 JSHandle<TaggedArray> propertiesArr(thread_, obj->GetProperties()); in SerializeKeys() local
|