Closed
Bug 463921
Opened 17 years ago
Closed 15 years ago
Round-trip change with getter=
Categories
(Core :: JavaScript Engine, defect)
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.
Comment 1•15 years ago
|
||
Syntax has been KILLED WITH FIRE. \o/
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•