Home
last modified time | relevance | path

Searched refs: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
791 factory->NewCompletionRecord(CompletionRecordType::THROW, promiseResult); in PerformPromiseAny()
973 JSHandle<JSTaggedValue> promiseResult = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAllSettled() local
975 factory->NewCompletionRecord(CompletionRecordType::THROW, promiseResult); in PerformPromiseAllSettled()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp941 Local<JSValueRef> promiseResult = promiseRef->GetPromiseResult(vm_); in GetPromiseValue() local
942 SetKeyValue(promiseResult, outPropertyDesc, "[[PromiseResult]]"); in GetPromiseValue()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp1016 JSTaggedValue promiseResult = JSPromise::Cast(promise.GetTaggedObject())->GetPromiseResult(); in InnerModuleEvaluationUnsafe() local
1019 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error.GetTaggedValue(), promiseResult.GetInt()); in InnerModuleEvaluationUnsafe()

Completed in 9 milliseconds