| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_map.cpp | 35 …JSHandle<TaggedTreeMap> mapHandle(thread, TaggedTreeMap::Cast(map->GetTreeMap(thread).GetTaggedObj… in Set() local 44 …JSHandle<TaggedTreeMap> mapHandle(thread, TaggedTreeMap::Cast(map->GetTreeMap(thread).GetTaggedObj… in Get() local 70 …JSHandle<TaggedTreeMap> mapHandle(thread, TaggedTreeMap::Cast(map->GetTreeMap(thread).GetTaggedObj… in Delete() local 84 …JSHandle<TaggedTreeMap> mapHandle(thread, TaggedTreeMap::Cast(map->GetTreeMap(thread).GetTaggedObj… in HasKey() local 90 …JSHandle<TaggedTreeMap> mapHandle(thread, TaggedTreeMap::Cast(GetTreeMap(thread).GetTaggedObject()… in HasValue() local 113 …JSHandle<TaggedTreeMap> mapHandle(thread, TaggedTreeMap::Cast(map->GetTreeMap(thread).GetTaggedObj… in Replace() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_map.cpp | 27 …JSHandle<LinkedHashMap> mapHandle(thread, LinkedHashMap::Cast(map->GetLinkedMap(thread).GetTaggedO… in Set() local 35 …JSHandle<LinkedHashMap> mapHandle(thread, LinkedHashMap::Cast(map->GetLinkedMap(thread).GetTaggedO… in Delete() local 47 …JSHandle<LinkedHashMap> mapHandle(thread, LinkedHashMap::Cast(map->GetLinkedMap(thread).GetTaggedO… in Clear() local
|
| D | js_weak_container.cpp | 29 …JSHandle<LinkedHashMap> mapHandle(thread, LinkedHashMap::Cast(map->GetLinkedMap(thread).GetTaggedO… in Set() local 37 …JSHandle<LinkedHashMap> mapHandle(thread, LinkedHashMap::Cast(map->GetLinkedMap(thread).GetTaggedO… in Delete() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_map.cpp | 34 …JSHandle<LinkedHashMap> mapHandle(thread, LinkedHashMap::Cast(map->GetLinkedMap(thread).GetTaggedO… in Set() local 44 …JSHandle<LinkedHashMap> mapHandle(thread, LinkedHashMap::Cast(map->GetLinkedMap(thread).GetTaggedO… in Delete() local 58 …JSHandle<LinkedHashMap> mapHandle(thread, LinkedHashMap::Cast(map->GetLinkedMap(thread).GetTaggedO… in Clear() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
| D | jsvaluerefislightweightmapandset_fuzzer.cpp | 137 JSHandle<JSAPILightWeightMap> mapHandle(thread, result); in ConstructobjectLightWeightMap() local 163 JSHandle<JSAPILightWeightSet> mapHandle(thread, result); in ConstructobjectLightWeightSet() local 178 JSHandle<JSAPILightWeightMap> mapHandle = ConstructobjectLightWeightMap(thread); in JSValueRefIsLightWeightMapFuzzTest() local 197 JSHandle<JSAPILightWeightSet> mapHandle = ConstructobjectLightWeightSet(thread); in JSValueRefIsLightWeightSetFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_lightweightset_test.cpp | 126 JSHandle<JSAPILightWeightSet> mapHandle(thread, result); in HWTEST_F_L0() local
|
| D | containers_lightweightmap_test.cpp | 127 JSHandle<JSAPILightWeightMap> mapHandle(thread, result); in HWTEST_F_L0() local
|
| D | containers_hashmap_test.cpp | 132 JSHandle<JSAPIHashMap> mapHandle(thread, result); in HWTEST_F_L0() local
|
| D | containers_treemap_test.cpp | 173 JSHandle<JSAPITreeMap> mapHandle(thread, result); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 754 JSHandle<NameDictionary> mapHandle = JSHandle<NameDictionary>::Cast(envRec); in ModuleDeclarationEnvironmentSetup() local 779 JSHandle<NameDictionary> mapHandle = JSHandle<NameDictionary>::Cast(envRec); in ModuleDeclarationEnvironmentSetup() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 1316 JSHandle<JSAPILightWeightMap> mapHandle(thread, result); in ConstructobjectLightWeightMap() local 1343 JSHandle<JSAPILightWeightSet> mapHandle(thread, result); in ConstructobjectLightWeightSet() local 1572 JSHandle<JSAPILightWeightMap> mapHandle = ConstructobjectLightWeightMap(vm_); in HWTEST_F_L0() local 1587 JSHandle<JSAPILightWeightSet> mapHandle = ConstructobjectLightWeightSet(vm_); in HWTEST_F_L0() local
|