Home
last modified time | relevance | path

Searched refs:CreateHashMap (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_iterator_test.cpp36 JSAPIHashMap *CreateHashMap() in CreateHashMap() function in panda::test::JSAPIHashMapIteratorTest
38 return EcmaContainerCommon::CreateHashMap(thread); in CreateHashMap()
51 JSHandle<JSAPIHashMap> jsHashMap(thread, CreateHashMap()); in HWTEST_F_L0()
Djs_api_hashmap_test.cpp36 JSAPIHashMap *CreateHashMap() in CreateHashMap() function in panda::test::JSAPIHashMapTest
38 return EcmaContainerCommon::CreateHashMap(thread); in CreateHashMap()
57 JSAPIHashMap *map = CreateHashMap(); in HWTEST_F_L0()
69 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0()
108 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0()
169 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0()
229 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0()
298 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0()
331 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap()); in HWTEST_F_L0()
369 JSHandle<JSAPIHashMap> dstHashMap(thread, CreateHashMap()); in HWTEST_F_L0()
[all …]
Decma_container_common.h106 static JSAPIHashMap *CreateHashMap(JSThread *thread) in CreateHashMap() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp129 static JSAPIHashMap *CreateHashMap(JSThread *thread) in CreateHashMap() function
131 return EcmaContainerCommon::CreateHashMap(thread); in CreateHashMap()
600 JSHandle<JSAPIHashMap> hashMap(thread, CreateHashMap(thread)); in HWTEST_F_L0()
610 JSHandle<JSAPIHashMap> hashMap1(thread, CreateHashMap(thread)); in HWTEST_F_L0()