Home
last modified time | relevance | path

Searched defs:msgDesc (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp143 … PropertyDescriptor msgDesc(thread, JSHandle<JSTaggedValue>::Cast(handleStr), true, false, true); in AggregateErrorConstructor() local
153 PropertyDescriptor msgDesc(thread, errorsValues, true, false, true); in AggregateErrorConstructor() local
Dbuiltins_promise_handler.cpp540 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in AnyRejectElementFunction() local
Dbuiltins_promise.cpp751 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in PerformPromiseAny() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp165 … PropertyDescriptor msgDesc(thread, JSHandle<JSTaggedValue>::Cast(handleStr), true, false, true); in ErrorCommonConstructor() local