Home
last modified time | relevance | path

Searched refs:linkedHashMap (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/mapiteratorefget_fuzzer/
Dmapiteratorefget_fuzzer.cpp75 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread)); in MapIteratorRefGetIndexFuzzTest() local
76 jsMap->SetLinkedMap(thread, linkedHashMap); in MapIteratorRefGetIndexFuzzTest()
96 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread)); in MapIteratorRefGetKindFuzzTest() local
97 jsMap->SetLinkedMap(thread, linkedHashMap); in MapIteratorRefGetKindFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_map_iterator_test.cpp60 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread)); in CreateJSMap() local
61 jsMap->SetLinkedMap(thread, linkedHashMap); in CreateJSMap()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3152 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread_));
3153 jsMap->SetLinkedMap(thread_, linkedHashMap);
4695 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(vm->GetJSThread()));
4696 jsMap->SetLinkedMap(vm->GetJSThread(), linkedHashMap);
4728 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread_));
4729 jsMap->SetLinkedMap(thread_, linkedHashMap);
Djsnapi_expo.cpp1003 JSHandle<LinkedHashMap> linkedHashMap(vm->GetJSThread(), jsMapIter->GetIteratedMap()); in GetEcmaRuntimeCallInfo() local
1004 uint32_t size = linkedHashMap->GetLength(); in GetEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3649 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread_)); in HWTEST_F_L0() local
3650 jsMap->SetLinkedMap(thread_, linkedHashMap); in HWTEST_F_L0()
4515 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread_)); in HWTEST_F_L0() local
4516 jsMap->SetLinkedMap(thread_, linkedHashMap); in HWTEST_F_L0()
4538 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread_)); in HWTEST_F_L0() local
4539 jsMap->SetLinkedMap(thread_, linkedHashMap); in HWTEST_F_L0()