Home
last modified time | relevance | path

Searched refs:handleMicroJobQueue (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dmicro_job_queue_test.cpp75 JSHandle<MicroJobQueue> handleMicroJobQueue = factory->NewMicroJobQueue(); in HWTEST_F_L0() local
76 EXPECT_TRUE(*handleMicroJobQueue != nullptr); in HWTEST_F_L0()
78 handleMicroJobQueue->SetPromiseJobQueue(thread, handlePromiseQueue.GetTaggedValue()); in HWTEST_F_L0()
79 handleMicroJobQueue->SetScriptJobQueue(thread, handleScriptQueue.GetTaggedValue()); in HWTEST_F_L0()
81 JSHandle<TaggedQueue> promiseQueue(thread, handleMicroJobQueue->GetPromiseJobQueue()); in HWTEST_F_L0()
82 JSHandle<TaggedQueue> scriptQueue(thread, handleMicroJobQueue->GetScriptJobQueue()); in HWTEST_F_L0()

Completed in 1 milliseconds