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