Searched refs:errorsValue (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_handler.cpp | 554 JSHandle<JSTaggedValue> errorsValue(JSArray::CreateArrayFromList(thread, errorsArray)); in AnyRejectElementFunction() local 555 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in AnyRejectElementFunction()
|
| D | builtins_promise.cpp | 761 … JSHandle<JSTaggedValue> errorsValue(JSArray::CreateArrayFromList(thread, errorsArray)); in PerformPromiseAny() local 762 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in PerformPromiseAny()
|