Home
last modified time | relevance | path

Searched defs:treeMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashmap_test.cpp957 JSHandle<JSAPIHashMap> treeMap = CreateJSAPIHashMap(); in HWTEST_F_L0() local
994 JSHandle<JSAPIHashMap> treeMap = CreateJSAPIHashMap(); in HWTEST_F_L0() local
Dcontainers_treemap_test.cpp1377 JSHandle<JSAPITreeMap> treeMap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
1412 JSHandle<JSAPITreeMap> treeMap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp227 JSHandle<TaggedTreeMap> treeMap(thread, TaggedTreeMap::Create(thread)); in NewJSAPITreeMap() local