« Bugzilla Issues Index
#4205 — 14.5 ClassExpression takes Yield and GeneratorParameter parameters but nothing supplies values to them.
- bug_id:
4205
- creation_ts:
2015-03-21 12:56:00 -0700
- short_desc:
14.5 ClassExpression takes Yield and GeneratorParameter parameters but nothing supplies values to them.
- delta_ts:
2015-04-03 12:35:32 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 36: March 17, 2015 Release Candidate 3
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Allen Wirfs-Brock
- assigned_to:
Allen Wirfs-Brock
- commentid:
13921
- comment_count:
0
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-21 12:56:27 -0700
ClassExpression takes Yield and GeneratorParameter parameters but nothing supplies values to them.
Yield probably needs to be passed in from 12.2 but within a ClassExpression it only needs to propagate to the extends clause. The other parts of the a class definition are all implicitly strict mode code so they don't need Yield parametrization to prevent use of "yield" as an identifier.
- commentid:
14029
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-02 11:05:18 -0700
fixed in rev37 editor's draft
- commentid:
14053
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-03 12:35:32 -0700
In Rev37