Closed Bug 382339 Opened 18 years ago Closed 16 years ago

Incorrect decompilation with "new" and ".." operators

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: testcase)

js> (function() { new (x()..y); }) function () { new x()..y; } Might be related to bug 377059.
Blocks: e4x
js> (function() { new (x()..y); }) function () { new (x()..y); } 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.