Closed
Bug 496985
Opened 14 years ago
Closed 12 years ago
Incorrect decompilation of "function ({x: arguments}) {}"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
> (function() { return function ({x: arguments}) {} })
function () {
return function ({x: {x: }) {};
}
Reporter | ||
Comment 1•14 years ago
|
||
Related to bug 509354?
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Comment 2•12 years ago
|
||
Test: http://hg.mozilla.org/tracemonkey/rev/9a8651caaa0a
Updated•12 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•