Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dmicro_job_queue.cpp48 TaggedQueue *newPromiseQueue = TaggedQueue::Push(thread, promiseQueue, JSHandle<JSTaggedValue>(pendingJob)); in EnqueueJob() local
49 jobQueue->SetPromiseJobQueue(thread, JSTaggedValue(newPromiseQueue)); in EnqueueJob()
50 LOG_ECMA(VERBOSE) << "EnqueueJob length: " << newPromiseQueue->Size(); in EnqueueJob()

Completed in 1 milliseconds