On Mon, Apr 27, 2015 at 3:11 PM, John Lenz <concavel...@gmail.com> wrote:
> By which I mean the object that returns the current value and "done" state?

IIRC, it's not supposed to.  The built-in iterators will return fresh
objects each time, so there's no mutation hazard.  Userland iterators
can of course violate this, but at their peril.

~TJ
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to