Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp108 mem::Reference *promiseRef = nullptr; in OnJsPromiseResolved() local
145 …mem::Reference *promiseRef = vm->GetGlobalObjectStorage()->Add(etsPromise, mem::Reference::ObjectT… in CreatePromiseLink() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp77 auto *promiseRef = GetCompletionEvent()->ReleasePromise(); in RequestCompletion() local
Dets_entrypoints.cpp55 …auto promiseRef = etsVm->GetGlobalObjectStorage()->Add(promiseHandle.GetPtr(), mem::Reference::Obj… in Launch() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp400 … auto promiseRef = vm->GetGlobalObjectStorage()->Add(promise, mem::Reference::ObjectType::GLOBAL); in EtsAsyncCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h561 …auto promiseRef = etsVm->GetGlobalObjectStorage()->Add(promise, mem::Reference::ObjectType::GLOBAL… in HandleLaunch() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp930 Local<PromiseRef> promiseRef = value->ToObject(vm_); in GetPromiseValue() local