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