Home
last modified time | relevance | path

Searched defs:job (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/
Dtimer.py25 def job(cmd): function
/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp29 namespace panda::ecmascript::job { namespace
31 const JSHandle<JSFunction> &job, const JSHandle<TaggedArray> &argv) in EnqueueJob()
Dhitrace_scope.cpp21 namespace panda::ecmascript::job { namespace
/arkcompiler/ets_frontend/es2panda/util/
DworkerQueue.cpp20 void WorkerJob::DependsOn(WorkerJob *job) in DependsOn()
83 auto &job = *(jobs_[jobsCount_]); in Consume() local
/arkcompiler/ets_runtime/ecmascript/
Djs_finalization_registry.cpp144 JSHandle<job::MicroJobQueue> &job, JSHandle<JSFunction> &func) in DealCallBackOfMap()
177 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in CleanupFinalizationRegistry() local
Djs_promise.cpp168 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in TriggerPromiseReactions() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp97 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in Resolve() local
Dbuiltins_promise.cpp394 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in PerformPromiseThen() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1408 JSHandle<job::MicroJobQueue> job = thread->GetCurrentEcmaContext()->GetMicroJobQueue(); in RuntimeDynamicImport() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp861 JSHandle<MicroJobQueue> job = vm->GetJSThread()->GetCurrentEcmaContext()->GetMicroJobQueue(); in SetHostEnqueueJob() local