Home
last modified time | relevance | path

Searched defs:promiseRef (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp109 mem::Reference *promiseRef = nullptr; in OnJsPromiseResolved() local
146 …mem::Reference *promiseRef = vm->GetGlobalObjectStorage()->Add(etsPromise, mem::Reference::ObjectT… in CreatePromiseLink() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp81 auto *promiseRef = coroEvent->ReleasePromise(); in RequestCompletion() local
Dets_entrypoints.cpp53 …auto promiseRef = etsVm->GetGlobalObjectStorage()->Add(promiseHandle.GetPtr(), mem::Reference::Obj… in Launch() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.cpp92 auto *promiseRef = completionEvent->ReleasePromise(); in PromotePromiseRef() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp400 auto promiseRef = vm->GetGlobalObjectStorage()->Add(promise, mem::Reference::ObjectType::WEAK); in EtsAsyncCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h561 … auto promiseRef = etsVm->GetGlobalObjectStorage()->Add(promise, mem::Reference::ObjectType::WEAK); in HandleLaunch() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp935 Local<PromiseRef> promiseRef = value->ToObject(vm_); in GetPromiseValue() local