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/intrinsics/
Dstd_core_Promise.cpp157 static EtsObject *AwaitProxyPromise(EtsCoroutine *currentCoro, EtsHandle<EtsPromise> &promiseHandle) in AwaitProxyPromise()
199 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in EtsAwaitPromise() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp49 … bool Launch(EtsCoroutine *currentCoro, Method *method, const EtsHandle<EtsPromise> &promiseHandle, in Launch()
89 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in LaunchCoroutine() local
134 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in LaunchFromInterpreterImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp117 …EtsHandle<EtsPromise> promiseHandle(coro, EtsPromise::FromCoreType(vm->GetGlobalObjectStorage()->G… in OnJsPromiseResolved() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp280 JSHandle<JSTaggedValue> promiseHandle = in ThenFinally() local
321 JSHandle<JSTaggedValue> promiseHandle = in CatchFinally() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp429 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in EtsAsyncCall() local