Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp429 static JSHandle<JSAPIQueue> NewJSAPIQueue(JSThread *thread, ObjectFactory *factory, JSHandle<JSTagg… in NewJSAPIQueue() function
1326 JSHandle<JSAPIQueue> jsQueue = NewJSAPIQueue(thread, factory, proto); in HWTEST_F_L0()
1333 JSHandle<JSAPIQueue> jsQueue = NewJSAPIQueue(thread, factory, proto); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp629 JSHandle<JSAPIQueue> NewJSAPIQueue() in NewJSAPIQueue() function in panda::test::HeapDumpTestHelper
1419 auto jsAPIQueue = tester.NewJSAPIQueue(); in HWTEST_F_L0()