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.cpp104 mem::Reference *promiseRef = nullptr; in OnJsPromiseResolved() local
142 …mem::Reference *promiseRef = vm->GetGlobalObjectStorage()->Add(etsPromise, mem::Reference::ObjectT… in CreatePromiseLink() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp71 auto promiseRef = GetCompletionEvent()->GetPromise(); in RequestCompletion() local
Dets_entrypoints.cpp45 …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.cpp403 auto promiseRef = vm->GetGlobalObjectStorage()->Add(promise, mem::Reference::ObjectType::WEAK); in EtsAsyncCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h528 … auto promiseRef = etsVm->GetGlobalObjectStorage()->Add(promise, mem::Reference::ObjectType::WEAK); in HandleLaunch() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp848 Local<PromiseRef> promiseRef = value->ToObject(vm_); in GetPromiseValue() local