Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp773 JSHandle<JSTaggedValue> promiseResult = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAny() local
957 JSHandle<JSTaggedValue> promiseResult = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAllSettled() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Druntime_impl.cpp964 Local<JSValueRef> promiseResult = promiseRef->GetPromiseResult(vm_); in GetPromiseValue() local