Home
last modified time | relevance | path

Searched refs:NewJSMap (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp232 JSHandle<JSMap> NewJSMap() in NewJSMap() function in panda::test::HeapDumpTestHelper
885 tester.NewJSMap(); in HWTEST_F_L0()
944 factory->NewJSMapIterator(tester.NewJSMap(), IterationKind::KEY); in HWTEST_F_L0()
1153 tester.NewJSMap(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp221 static JSHandle<JSMap> NewJSMap(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSMap() function
674 JSHandle<JSMap> jsMap = NewJSMap(thread, factory, proto); in HWTEST_F_L0()
748 factory->NewJSMapIterator(NewJSMap(thread, factory, proto), IterationKind::KEY); in HWTEST_F_L0()

Completed in 6 milliseconds