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

Completed in 7 milliseconds