Home
last modified time | relevance | path

Searched defs:promiseResult (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp789 JSHandle<JSTaggedValue> promiseResult = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAny() local
973 JSHandle<JSTaggedValue> promiseResult = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAllSettled() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp936 Local<JSValueRef> promiseResult = promiseRef->GetPromiseResult(vm_); in GetPromiseValue() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp912 … JSTaggedValue promiseResult = JSPromise::Cast(promise.GetTaggedObject())->GetPromiseResult(); in InnerModuleEvaluationUnsafe() local