Closed Bug 382400 Opened 18 years ago Closed 16 years ago

Decompilation of let-expression need parens around use of serial evaluation comma

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: regression, testcase)

js> f = function() { (let (x) (1, x)) } function () { (let (x) 1, x); } js> eval("(" + f + ")"); function () { ((let (x) 1), x); } I think the decompiler needs to be brought in line with the change to parsing of let expressions mentioned in ug 381113 comment 29.
WFM
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.