« Bugzilla Issues Index
#1486 — Runtime Semantics: YieldExpression lacks Type(...) check rhs
- bug_id:
1486
- creation_ts:
2013-05-14 21:47:00 -0700
- short_desc:
Runtime Semantics: YieldExpression lacks Type(...) check rhs
- delta_ts:
2013-07-15 17:04:02 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 15: May 14, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Yusuke Suzuki
- assigned_to:
Allen Wirfs-Brock
- commentid:
4014
- comment_count:
0
- who:
Yusuke Suzuki
- bug_when:
2013-05-14 21:47:54 -0700
step 4-a
> If Type(value) is not then throw a TypeError exception.
I think it should be
> If Type(value) is not Object then throw a TypeError exception.
and
step 4-d
> If Type(iterator) is not then throw a TypeError exception.
I think it should be also
> If Type(iterator) is not Object then throw a TypeError exception.
- commentid:
4323
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-06-24 17:04:57 -0700
fixed in rev16 editor's draft
- commentid:
4471
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-07-15 17:04:02 -0700
fixed in rev16 draft. July 15, 2013