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