« Bugzilla Issues Index
#3218 — Annex C, eval and arguments as class names
- bug_id:
3218
- creation_ts:
2014-09-10 15:09:00 -0700
- short_desc:
Annex C, eval and arguments as class names
- delta_ts:
2015-07-10 08:34:24 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 27: August 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Erik Arvidsson
- assigned_to:
Allen Wirfs-Brock
- cc:
erik.arvidsson
- commentid:
10177
- comment_count:
0
- who:
Erik Arvidsson
- bug_when:
2014-09-10 15:09:59 -0700
"It is a SyntaxError if the IdentifierName eval or the IdentifierName arguments occurs as as the BindingIdentifier of a FunctionDeclaration, FunctionExpression, GeneratorDeclaration, or GeneratorExpression (12.1.1, 14.1.2, 14.4.1)."
This needs to also include ClassExpression and ClassDeclaration.
- commentid:
10299
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-08 13:36:28 -0700
Actually, that whole item is redundant as there is now another item that says:
"It is a SyntaxError if the IdentifierName eval or the IdentifierName arguments occurs as a BindingIdentifier within strict mode code (12.1.1)."
I delete the item that was specifically about various forms of function declarations.
fixed in rev28 editor's draft
- commentid:
10489
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:18:03 -0700
fixed in rev28