Searched refs:errorsKey (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_errors.cpp | 148 JSHandle<JSTaggedValue> errorsKey = globalConst->GetHandledErrorsString(); in AggregateErrorConstructor() local 179 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, errorsKey, msgDesc); in AggregateErrorConstructor()
|
| D | builtins_promise_handler.cpp | 549 JSHandle<JSTaggedValue> errorsKey(thread, globalConst->GetErrorsString()); in AnyRejectElementFunction() local 553 JSTaggedValue::DefinePropertyOrThrow(thread, errorTagged, errorsKey, msgDesc); in AnyRejectElementFunction()
|
| D | builtins_promise.cpp | 746 JSHandle<JSTaggedValue> errorsKey(thread, globalConst->GetErrorsString()); in PerformPromiseAny() local 752 JSTaggedValue::DefinePropertyOrThrow(thread, errorTagged, errorsKey, msgDesc); in PerformPromiseAny()
|