Searched refs:CreateHashMap (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_hashmap_iterator_test.cpp | 36 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()
|
| D | js_api_hashmap_test.cpp | 36 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 …]
|
| D | ecma_container_common.h | 106 static JSAPIHashMap *CreateHashMap(JSThread *thread) in CreateHashMap() function
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_stringifier_test.cpp | 129 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()
|