Home
last modified time | relevance | path

Searched refs:CreateLightWeightMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightmap_iterator_test.cpp43 JSAPILightWeightMap *CreateLightWeightMap() in CreateLightWeightMap() function in panda::test::JSAPILightWeightMapIteratorTest
45 return EcmaContainerCommon::CreateLightWeightMap(thread); in CreateLightWeightMap()
58 JSHandle<JSAPILightWeightMap> jsLightWeightMap(thread, CreateLightWeightMap()); in HWTEST_F_L0()
Djs_api_lightweightmap_test.cpp43 JSAPILightWeightMap *CreateLightWeightMap() in CreateLightWeightMap() function in panda::test::JSAPILightWeightMapTest
45 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 …]
Decma_container_common.h130 static JSAPILightWeightMap *CreateLightWeightMap(JSThread *thread) in CreateLightWeightMap() function