« Bugzilla Issues Index
#4494 — 14.4.1 Early Errors: Missing rule for "GeneratorDeclaration : function * (..."
- bug_id:
4494
- creation_ts:
2015-08-21 14:11:00 -0700
- short_desc:
14.4.1 Early Errors: Missing rule for "GeneratorDeclaration : function * (..."
- delta_ts:
2015-11-02 18:10:37 -0800
- product:
ECMA-262 Edition 6
- component:
technical issues
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- cc:
brterlso
- commentid:
14655
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-08-21 14:11:39 -0700
14.4.1 Static Semantics: Early Errors
Add missing early error restriction:
---
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
- It is a Syntax Error if HasDirectSuper of GeneratorDeclaration is true.
---
- commentid:
14885
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-11-02 18:10:37 -0800
Fixed in ES2016 Draft (cdab871).