Home
last modified time | relevance | path

Searched refs:errorsValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp554 JSHandle<JSTaggedValue> errorsValue(JSArray::CreateArrayFromList(thread, errorsArray)); in AnyRejectElementFunction() local
555 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in AnyRejectElementFunction()
Dbuiltins_promise.cpp761 … JSHandle<JSTaggedValue> errorsValue(JSArray::CreateArrayFromList(thread, errorsArray)); in PerformPromiseAny() local
762 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in PerformPromiseAny()