Home
last modified time | relevance | path

Searched defs:promiseQueue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp27 JSHandle<TaggedQueue> promiseQueue(thread, jobQueue->GetPromiseJobQueue()); in GetPromiseQueueSize() local
46 JSHandle<TaggedQueue> promiseQueue(thread, jobQueue->GetPromiseJobQueue()); in EnqueueJob() local
60 JSMutableHandle<TaggedQueue> promiseQueue(thread, jobQueue->GetPromiseJobQueue()); in ExecutePendingJob() local
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp81 JSHandle<TaggedQueue> promiseQueue(thread, handleMicroJobQueue->GetPromiseJobQueue()); in HWTEST_F_L0() local
115 JSHandle<TaggedQueue> promiseQueue(thread, handleMicrojob->GetPromiseJobQueue()); in HWTEST_F_L0() local
140 JSHandle<JSTaggedValue> promiseQueue(thread, handleMicrojob->GetPromiseJobQueue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp802 …TaggedQueue* promiseQueue = TaggedQueue::Cast(GetMicroJobQueue()->GetPromiseJobQueue().GetTaggedOb… in HasPendingJob() local