Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jobs/
Dpending_job.h39 static JSTaggedValue ExecutePendingJob(const JSHandle<PendingJob> &pendingJob, JSThread *thread) in ExecutePendingJob() function
Dmicro_job_queue.cpp54 void MicroJobQueue::ExecutePendingJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue) in ExecutePendingJob() function in panda::ecmascript::job::MicroJobQueue
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp706 void JSNApi::ExecutePendingJob(const EcmaVM *vm) in ExecutePendingJob() function in panda::JSNApi