Searched defs:ExecutePendingJob (Results 1 – 4 of 4) sorted by relevance
39 static JSTaggedValue ExecutePendingJob(const JSHandle<PendingJob> &pendingJob, JSThread *thread) in ExecutePendingJob() function
61 void MicroJobQueue::ExecutePendingJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue) in ExecutePendingJob() function in panda::ecmascript::job::MicroJobQueue
1588 ### ExecutePendingJob subsection
3516 void JSNApi::ExecutePendingJob(const EcmaVM *vm) in ExecutePendingJob() function in panda::JSNApi