Closed
Bug 514577
Opened 16 years ago
Closed 16 years ago
ES5 strict mode: catch clauses cannot bind 'eval' or 'arguments'
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 514575
People
(Reporter: jimb, Unassigned)
References
Details
From ES5 Annex C:
It is a SyntaxError if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is eval or arguments (12.14.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
•