Searched defs:msgDesc (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_errors.cpp | 152 … PropertyDescriptor msgDesc(thread, JSHandle<JSTaggedValue>::Cast(handleStr), true, false, true); in AggregateErrorConstructor() local 178 PropertyDescriptor msgDesc(thread, errorsValues, true, false, true); in AggregateErrorConstructor() local
|
| D | builtins_promise_handler.cpp | 551 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in AnyRejectElementFunction() local
|
| D | builtins_promise.cpp | 750 PropertyDescriptor msgDesc(thread, errorsValue, true, false, true); in PerformPromiseAny() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 160 … PropertyDescriptor msgDesc(thread, JSHandle<JSTaggedValue>::Cast(handleStr), true, false, true); in ErrorCommonConstructor() local
|