Closed Bug 522749 Opened 15 years ago Closed 14 years ago

Round-trip change with new (a.call()).b

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

js> f = (function() { new (a.call()).b; })
(function () {new a.call().b;})
js> eval("" + f)
function () {(new a.call).b;}

I don't know whether this causes a behavior change.
WFM, TM 04023ea0fb08+.
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
Probably fixed in bug 521456.
You need to log in before you can comment on or make changes to this bug.