« Bugzilla Issues Index
#3101 — Updates to yield *
- bug_id:
3101
- creation_ts:
2014-08-04 10:47:00 -0700
- short_desc:
Updates to yield *
- delta_ts:
2014-08-25 08:29:24 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 26: July 18, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- commentid:
9659
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2014-08-04 10:47:57 -0700
Resolution from last f2f:
- `yield*` delegates `next()`, `return()` and `throw()`
- for-of propagates abrupt completion outward, calls the iterator's `return()`
- commentid:
9849
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-23 17:26:15 -0700
fixed in rev27 editor's draft
- commentid:
9906
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:24 -0700
fixed in rev27 draft