Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp244 JSHandle<JSSharedMap> NewJSSharedMap() in NewJSSharedMap() function in panda::test::HeapDumpTestHelper
885 tester.NewJSSharedMap(); in HWTEST_F_L0()
944 factory->NewJSMapIterator(tester.NewJSSharedMap(), IterationKind::KEY); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp179 static JSHandle<JSSharedMap> NewJSSharedMap(JSThread *thread, ObjectFactory *factory) in NewJSSharedMap() function
623 JSHandle<JSSharedMap> jsMap = NewJSSharedMap(thread, factory); in HWTEST_F_L0()
698 factory->NewJSMapIterator(NewJSSharedMap(thread, factory), IterationKind::KEY); in HWTEST_F_L0()