Home
last modified time | relevance | path

Searched refs:CreateMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_map_test.cpp63 JSMap *CreateMap() in CreateMap() function in panda::test::JSMapTest
78 JSMap *map = CreateMap(); in HWTEST_F_L0()
86 JSHandle<JSMap> map(thread, CreateMap()); in HWTEST_F_L0()
98 JSHandle<JSMap> map(thread, CreateMap()); in HWTEST_F_L0()
123 JSHandle<JSMap> map(thread, CreateMap()); in HWTEST_F_L0()
Djs_serializer_test.cpp1485 JSMap *CreateMap(JSThread *thread) in CreateMap() function
1499 JSHandle<JSMap> map(thread, CreateMap(thread)); in HWTEST_F_L0()