Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp184 JSHandle<JSTaggedValue> errorsValues(JSArray::CreateArrayFromList(thread, errorsArray)); in AggregateErrorConstructor() local
185 PropertyDescriptor msgDesc(thread, errorsValues, true, false, true); in AggregateErrorConstructor()