archives

« Bugzilla Issues Index

#1555 — Generator.prototype is missing send method


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


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


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