Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp229 static JSHandle<JSAPIHashSet> NewJSAPIHashSet(JSThread *thread, ObjectFactory *factory) in NewJSAPIHashSet() function
1202 JSHandle<JSAPIHashSet> jsHashSet = NewJSAPIHashSet(thread, factory); in HWTEST_F_L0()
1216 JSHandle<JSAPIHashSet> jsHashSet = NewJSAPIHashSet(thread, factory); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp351 JSHandle<JSAPIHashSet> NewJSAPIHashSet() in NewJSAPIHashSet() function in panda::test::HeapDumpTestHelper
1016 auto jsAPIHashSet = tester.NewJSAPIHashSet(); in HWTEST_F_L0()