« Bugzilla Issues Index
#4001 — 25.1.1.2 The Iterator Interface
- bug_id:
4001
- creation_ts:
2015-02-18 07:40:00 -0800
- short_desc:
25.1.1.2 The Iterator Interface
- delta_ts:
2015-02-18 16:47:08 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 33: February 12, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Axel Rauschmayer
- assigned_to:
Allen Wirfs-Brock
- commentid:
12899
- comment_count:
0
- who:
Axel Rauschmayer
- bug_when:
2015-02-18 07:40:29 -0800
I’d add the following two methods:
* `return()` (used by all iteration-based language mechanisms)
* `throw()` (used by `yield*`)
- commentid:
12901
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-18 08:18:50 -0800
It's already in rev33 as table 54
- commentid:
12953
- comment_count:
2
- who:
Axel Rauschmayer
- bug_when:
2015-02-18 16:47:08 -0800
Oh, I’m sorry. I’m usually reading the HTML version and forgot to check the PDF before I filed the bug.