Closed Bug 463921 Opened 16 years ago Closed 14 years ago

Round-trip change with getter=

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

js> f = (function() { a getter= (3 + ""); })
function () {
    a getter= "3";
}
js> eval(uneval(f));
function () {
    a getter= 3;
}

Both are equally invalid, but the change is odd and makes jsfunfuzz sad.
Syntax has been KILLED WITH FIRE.  \o/
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.