Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A 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/
H A Druntime_impl.cpp941 Local<JSValueRef> promiseResult = promiseRef->GetPromiseResult(vm_); in GetPromiseValue() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp1016 JSTaggedValue promiseResult = JSPromise::Cast(promise.GetTaggedObject())->GetPromiseResult(); in InnerModuleEvaluationUnsafe() local

Completed in 17 milliseconds