Home
last modified time | relevance | path

Searched defs:promiseHandle (Results 1 – 6 of 6) 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()
207 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in EtsAwaitPromise() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp51 … bool Launch(EtsCoroutine *currentCoro, Method *method, const EtsHandle<EtsPromise> &promiseHandle, in Launch()
91 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in LaunchCoroutine() local
136 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in LaunchFromInterpreterImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp122 EtsHandle<EtsPromise> promiseHandle(coro, in OnJsPromiseCompleted() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp232 JSHandle<JSTaggedValue> promiseHandle = in ThenFinally() local
273 JSHandle<JSTaggedValue> promiseHandle = in CatchFinally() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp465 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in EtsAsyncCall() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dcommon-interop.cpp288 KVMDeferred *CreateDeferred(KVMContext vmContext, KVMObjectHandle *promiseHandle) in CreateDeferred()