Searched refs:CreateHashMap (Results 1 – 3 of 3) sorted by relevance
36 JSAPIHashMap *CreateHashMap() in CreateHashMap() function in panda::test::JSAPIHashMapIteratorTest38 return EcmaContainerCommon::CreateHashMap(thread); in CreateHashMap()51 JSHandle<JSAPIHashMap> jsHashMap(thread, CreateHashMap()); in HWTEST_F_L0()
36 JSAPIHashMap *CreateHashMap() in CreateHashMap() function in panda::test::JSAPIHashMapTest38 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 …]
106 static JSAPIHashMap *CreateHashMap(JSThread *thread) in CreateHashMap() function