Home
last modified time | relevance | path

Searched defs:promiseHandle (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp40 … bool Launch(EtsCoroutine *currentCoro, Method *method, const EtsHandle<EtsPromise> &promiseHandle, in Launch()
78 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in LaunchCoroutine() local
115 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in LaunchFromInterpreterImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp121 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in EtsAwaitPromise() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp114 …EtsHandle<EtsPromise> promiseHandle(coro, EtsPromise::FromCoreType(vm->GetGlobalObjectStorage()->G… in OnJsPromiseResolved() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp284 JSHandle<JSTaggedValue> promiseHandle = in ThenFinally() local
325 JSHandle<JSTaggedValue> promiseHandle = in CatchFinally() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp433 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in EtsAsyncCall() local