Closed Bug 496985 Opened 14 years ago Closed 12 years ago

Incorrect decompilation of "function ({x: arguments}) {}"

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

> (function() { return function ({x: arguments}) {} })

function () {
    return function ({x: {x: }) {};
}
Related to bug 509354?
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.