Closed
Bug 453345
Opened 16 years ago
Closed 16 years ago
js1_7/regress/regress-389605.js FAIL
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
People
(Reporter: bc, Assigned: mrbkap)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
586 bytes,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
from bug 418051 comment 13. bug 418051 caused
let ([] = function() { }) { try { throw 1; } catch(x) { } }
to throw a syntax error.
Flags: in-testsuite+
Flags: in-litmus-
Assignee | ||
Comment 1•16 years ago
|
||
Obvious in hindsight. Sorry I missed on the first two go-arounds.
Attachment #336734 -
Flags: review?(brendan)
Comment 2•16 years ago
|
||
Comment on attachment 336734 [details] [diff] [review]
Fix
Sigh.
/be
Attachment #336734 -
Flags: review?(brendan) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Fixed on mozilla-central: http://hg.mozilla.org/mozilla-central/rev/2031b80829a5
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•16 years ago
|
||
verified fixed mozilla-central, and not a problem on tracemonkey.
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•