« Bugzilla Issues Index
#1555 — Generator.prototype is missing send method
- bug_id:
1555
- creation_ts:
2013-06-08 16:27:00 -0700
- short_desc:
Generator.prototype is missing send method
- delta_ts:
2013-06-08 18:41:27 -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:
4161
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2013-06-08 16:27:25 -0700
Section 15.19.4.2.x is missing a "send" 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:
4163
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-06-08 17:22:45 -0700
Send has been eliminated and replaced by an argument to the next method.
The diagram in the rev 15 spec. reflects this. 15.19.3 is correct
- commentid:
4166
- comment_count:
2
- who:
Rick Waldron
- bug_when:
2013-06-08 18:41:27 -0700
Again, thanks for the clarification here and bug 1556
I've filed an issue for the v8 implementation to remove the send() method here: https://code.google.com/p/v8/issues/detail?id=2715