Home
last modified time | relevance | path

Searched defs:linkedHashMap (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/mapiteratorefget_fuzzer/
Dmapiteratorefget_fuzzer.cpp75 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread)); in MapIteratorRefGetIndexFuzzTest() local
96 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread)); in MapIteratorRefGetKindFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_map_iterator_test.cpp60 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread)); in CreateJSMap() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3649 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread_)); in HWTEST_F_L0() local
4515 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread_)); in HWTEST_F_L0() local
4538 JSHandle<JSTaggedValue> linkedHashMap(LinkedHashMap::Create(thread_)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1003 JSHandle<LinkedHashMap> linkedHashMap(vm->GetJSThread(), jsMapIter->GetIteratedMap()); in GetEcmaRuntimeCallInfo() local