Closed Bug 377059 Opened 18 years ago Closed 16 years ago

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

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

js> function() { new (f(0)).(true) } function () { new f(0).(true); } (jsfunfuzz noticed this bug because it caused a round-trip change.)
Bug 382339 might be related.
js> f = function() { new (f(0)).(true) }; function () { new (f(0).(true)); } js> dis(f) == dis(eval(uneval(f))) true WFM, I think.
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.