Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp152 … PropertyDescriptor msgDesc(thread, JSHandle<JSTaggedValue>::Cast(handleStr), true, false, true); in AggregateErrorConstructor() local
178 PropertyDescriptor msgDesc(thread, errorsValues, true, false, true); in AggregateErrorConstructor() local
Dbuiltins_promise_handler.cpp510 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in AnyRejectElementFunction() local
Dbuiltins_promise.cpp734 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in PerformPromiseAny() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp161 … PropertyDescriptor msgDesc(thread, JSHandle<JSTaggedValue>::Cast(handleStr), true, false, true); in ErrorCommonConstructor() local