Searched refs:CreateLightWeightMap (Results 1 – 3 of 3) sorted by relevance
43 JSAPILightWeightMap *CreateLightWeightMap() in CreateLightWeightMap() function in panda::test::JSAPILightWeightMapIteratorTest45 return EcmaContainerCommon::CreateLightWeightMap(thread); in CreateLightWeightMap()58 JSHandle<JSAPILightWeightMap> jsLightWeightMap(thread, CreateLightWeightMap()); in HWTEST_F_L0()
43 JSAPILightWeightMap *CreateLightWeightMap() in CreateLightWeightMap() function in panda::test::JSAPILightWeightMapTest45 return EcmaContainerCommon::CreateLightWeightMap(thread); in CreateLightWeightMap()54 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in TestCommon()72 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in RemoveCommon()88 JSAPILightWeightMap *lightWeightMap = CreateLightWeightMap(); in HWTEST_F_L0()94 JSAPILightWeightMap *lightWeightMap = CreateLightWeightMap(); in HWTEST_F_L0()152 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in HWTEST_F_L0()228 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in HWTEST_F_L0()254 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in HWTEST_F_L0()304 JSHandle<JSAPILightWeightMap> lwm(thread, CreateLightWeightMap()); in HWTEST_F_L0()[all …]
130 static JSAPILightWeightMap *CreateLightWeightMap(JSThread *thread) in CreateLightWeightMap() function