Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp269 static JSHandle<JSAPIHashMap> NewJSAPIHashMap(JSThread *thread, ObjectFactory *factory) in NewJSAPIHashMap() function
1269 JSHandle<JSAPIHashMap> jsHashMap = NewJSAPIHashMap(thread, factory); in HWTEST_F_L0()
1281 JSHandle<JSAPIHashMap> jsHashMap = NewJSAPIHashMap(thread, factory); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp539 JSHandle<JSAPIHashMap> NewJSAPIHashMap() in NewJSAPIHashMap() function in panda::test::HeapDumpTestHelper
1373 auto jsAPIHashMap = tester.NewJSAPIHashMap(); in HWTEST_F_L0()