Closed Bug 355506 Opened 19 years ago Closed 13 years ago

Incorrect decompilation for arguments::*

Categories

(Core :: JavaScript Engine, defect)

PowerPC
macOS
defect
Not set
minor

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: ......................^
E4X is gone.
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: needinfo?
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.