« Bugzilla Issues Index
#1556 — Generator.prototype is missing close method
- bug_id:
1556
- creation_ts:
2013-06-08 16:28:00 -0700
- short_desc:
Generator.prototype is missing close method
- delta_ts:
2013-06-08 18:36:07 -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:
INVALID
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- cc:
waldron.rick
- commentid:
4162
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2013-06-08 16:28:45 -0700
Section 15.19.4.2.x is missing a "close" method specification. The method
appears in the diagram
http://wiki.ecmascript.org/lib/exe/fetch.php?w=&h=&cache=cache&media=harmony:es6_generator_object_model_3-29-13.png
- commentid:
4164
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-06-08 17:23:47 -0700
close has been eliminated.
The diagram in the rev 15 spec. reflects this. 15.19.3 is correct
- commentid:
4165
- comment_count:
2
- who:
Rick Waldron
- bug_when:
2013-06-08 18:36:07 -0700
Got it—I should've cross referenced, as I assumed that the diagram in the wiki was the same (despite knowing better then to assume that)
Thanks for the clarification here and in bug 1555