Skip to content

Commit a7c1e30

Browse files
committed
Bug 1965844 - Part 3: Don't overwrite a pending exception in Array.prototype.with. r=jandem
Test case in <tc39/test262#4477>. Differential Revision: https://phabricator.services.mozilla.com/D248928 UltraBlame original commit: 4c54c405baf8acea20927e66c1dc6e9b88c25b25
1 parent 6d13b8b commit a7c1e30

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

js/src/builtin/Array.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18457,14 +18457,6 @@ relativeIndex
1845718457
)
1845818458
)
1845918459
{
18460-
JS_ReportErrorNumberASCII
18461-
(
18462-
cx
18463-
GetErrorMessage
18464-
nullptr
18465-
JSMSG_BAD_INDEX
18466-
)
18467-
;
1846818460
return
1846918461
false
1847018462
;

0 commit comments

Comments
 (0)