Home
last modified time | relevance | path

Searched defs:mapHandle (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map.cpp35 …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/
Djs_map.cpp27 …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
Djs_weak_container.cpp29 …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/
Djs_shared_map.cpp34 …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/
Djsvaluerefislightweightmapandset_fuzzer.cpp137 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/
Dcontainers_lightweightset_test.cpp126 JSHandle<JSAPILightWeightSet> mapHandle(thread, result); in HWTEST_F_L0() local
Dcontainers_lightweightmap_test.cpp127 JSHandle<JSAPILightWeightMap> mapHandle(thread, result); in HWTEST_F_L0() local
Dcontainers_hashmap_test.cpp132 JSHandle<JSAPIHashMap> mapHandle(thread, result); in HWTEST_F_L0() local
Dcontainers_treemap_test.cpp173 JSHandle<JSAPITreeMap> mapHandle(thread, result); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp754 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/
Dffi_workload.cpp1316 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