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