Home
last modified time | relevance | path

Searched refs:ExecutePromisePendingJob (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp155 thread->GetCurrentEcmaContext()->ExecutePromisePendingJob(); in ExcutePendingJob()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h104 bool ExecutePromisePendingJob();
Decma_context.cpp566 bool EcmaContext::ExecutePromisePendingJob() in ExecutePromisePendingJob() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp709 EcmaVM::ConstCast(vm)->GetJSThread()->GetCurrentEcmaContext()->ExecutePromisePendingJob(); in ExecutePendingJob()
1008 thread->GetCurrentEcmaContext()->ExecutePromisePendingJob(); in ~FunctionCallScope()
1947 thread->GetCurrentEcmaContext()->ExecutePromisePendingJob(); in Resolve()
1972 thread->GetCurrentEcmaContext()->ExecutePromisePendingJob(); in Reject()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp432 vm_->GetJSThread()->GetCurrentEcmaContext()->ExecutePromisePendingJob(); in HWTEST_F_L0()
464 vm_->GetJSThread()->GetCurrentEcmaContext()->ExecutePromisePendingJob(); in HWTEST_F_L0()