Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp435 JSHandle<JSAPIQueue> jsAPIQueue = JSHandle<JSAPIQueue>::Cast(jsAPIQueueObject); in NewJSAPIQueue() local
437 jsAPIQueue->SetLength(thread, JSTaggedValue(0)); in NewJSAPIQueue()
438 jsAPIQueue->SetFront(0); in NewJSAPIQueue()
439 jsAPIQueue->SetTail(0); in NewJSAPIQueue()
440 jsAPIQueue->SetElements(thread, newElements); in NewJSAPIQueue()
441 return jsAPIQueue; in NewJSAPIQueue()
1058 auto jsAPIQueue = tester.NewJSAPIQueue(); in HWTEST_F_L0() local
1060 factory->NewJSAPIQueueIterator(jsAPIQueue); in HWTEST_F_L0()