Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp110 mem::Reference *promiseRef = nullptr; in OnJsPromiseCompleted() local
185 …mem::Reference *promiseRef = vm->GetGlobalObjectStorage()->Add(etsPromise, mem::Reference::ObjectT… in CreatePromiseLink() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp155 void EtsCoroutine::RequestPromiseCompletion(mem::Reference *promiseRef, Value returnValue) in RequestPromiseCompletion()
Dets_entrypoints.cpp57 …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.cpp461 … auto promiseRef = vm->GetGlobalObjectStorage()->Add(promise, mem::Reference::ObjectType::GLOBAL); in EtsAsyncCall() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Druntime_impl.cpp958 Local<PromiseRef> promiseRef = value->ToObject(vm_); in GetPromiseValue() local