/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_hashmap.cpp | 51 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(obj); in HashMapConstructor() local 148 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(thisHandle); in ForEach() local 193 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in Set() local 253 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in Get() local 275 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in Remove() local 297 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in HasKey() local 319 JSHandle<JSAPIHashMap> hashMap = JSHandle<JSAPIHashMap>::Cast(self); in HasValue() local
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_hashmap.cpp | 40 JSTaggedValue JSAPIHashMap::HasValue(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in HasValue() 112 void JSAPIHashMap::Set(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in Set() 168 void JSAPIHashMap::SetAllLinkedNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSMutableHand… in SetAllLinkedNode() 181 void JSAPIHashMap::SetAllRBTreeNode(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSHandle<RBTr… in SetAllRBTreeNode() 209 JSTaggedValue JSAPIHashMap::Remove(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSTaggedValue … in Remove()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_hashmap_test.cpp | 103 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local 147 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local 213 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local 278 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local 347 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local 380 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
|
D | js_map_test.cpp | 70 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in CreateMap() local
|
/arkcompiler/ets_runtime/test/fuzztest/weakmapref_fuzzer/ |
D | weakmapref_fuzzer.cpp | 50 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in WeakMapRefFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_second_tests.cpp | 278 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local 308 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local 347 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local 376 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local 407 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local 1130 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
|
D | jsnapi_third_tests.cpp | 808 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_third_test.cpp | 182 CString *hashMap = stringHashMap.GetStringByKey(key); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_map.cpp | 180 JSMutableHandle<LinkedHashMap> hashMap(thread, map->GetLinkedMap()); in ForEach() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 984 JSHandle<JSAPIHashMap> hashMap(JSNApiHelper::ToJSHandle(value)); in GetHashMapValue() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 921 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(thread); in New() local 4054 JSHandle<LinkedHashMap> hashMap = LinkedHashMap::Create(vm->GetJSThread()); in New() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 3197 …JSAPIHashMapIterator> ObjectFactory::NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> &hashMap, in NewJSAPIHashMapIterator()
|