Closed
Bug 355506
Opened 19 years ago
Closed 13 years ago
Incorrect decompilation for arguments::*
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
js> f = function() { return arguments::* }
function () {
return (arguments)::*;
}
js> eval("" + f)
typein:6: SyntaxError: missing ; before statement:
typein:6: return (arguments)::*;
typein:6: ......................^
Comment 1•13 years ago
|
||
E4X is gone.
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: needinfo?
Resolution: --- → INVALID
Updated•13 years ago
|
Flags: needinfo?
You need to log in
before you can comment on or make changes to this bug.
Description
•