archives

« Bugzilla Issues Index

#1556 — Generator.prototype is missing close method


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


close has been eliminated.

The diagram in the rev 15 spec. reflects this. 15.19.3 is correct


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