Home
last modified time | relevance | path

Searched defs:map1 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/getdeletedelementsat/
Dgetdeletedelementsat.js25 let map1 = new Map(); variable
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_hashmap.js85 let map1 = new fastmap(); variable
Dcontainer_treemap.js69 let map1 = new fastmap(); variable
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js48 const map1 = new Map(); constant
/arkcompiler/toolchain/tooling/dynamic/test/testcases/js/
Dmodule_variable.js134 var map1 = new Map(); variable
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js138 let map1 = new Map(); variable
144 Array.prototype.sort.call(map1, (a, b) => { argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_shared_map_test.cpp106 …JSHandle<JSSharedMap> map1(thread, JSSharedMap::Cast(reinterpret_cast<TaggedObject *>(result1.GetR… in HWTEST_F_L0() local