Searched defs:promiseHandle (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Promise.cpp | 157 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/ |
| D | ets_entrypoints.cpp | 51 … 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/ |
| D | js_job_queue.cpp | 122 EtsHandle<EtsPromise> promiseHandle(coro, in OnJsPromiseCompleted() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_handler.cpp | 232 JSHandle<JSTaggedValue> promiseHandle = in ThenFinally() local 273 JSHandle<JSTaggedValue> promiseHandle = in CatchFinally() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 465 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in EtsAsyncCall() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/src/ |
| D | common-interop.cpp | 288 KVMDeferred *CreateDeferred(KVMContext vmContext, KVMObjectHandle *promiseHandle) in CreateDeferred()
|