Closed
Bug 514579
Opened 16 years ago
Closed 16 years ago
ES5 strict mode: function arguments may not be named 'eval' or 'arguments'
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 514575
People
(Reporter: jimb, Unassigned)
References
(Blocks 1 open bug)
Details
From ES5 Annex C:
It is a SyntaxError if the identifier eval or arguments appears within a FormalParameterList of a strict mode FunctionDeclaration or FunctionExpression (13.1)
Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•