Home
last modified time | relevance | path

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

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