On Thu, Apr 24, 2014 at 1:38 PM, Allen Wirfs-Brock <[email protected]> wrote: > [...]What we did take seriously was the concern about not running generator > finally blocks when a for-of initiated generator has an early exit. We don't > need to redefine @@iterator conventions to address that issue.
This reminds me --- "for-of initiated" here refers all the places where the spec uses IteratorStep etc., right? Things like the spread operator, destructuring assignment, and Array.from, for example? That is, we're talking about a protocol change, not a narrow change to for-of evaluation. Right? -j _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

