Re: [JS-internals] Bug 449811 Per iterator let scope

2016-05-02 Thread Jeff Walden
On 04/29/2016 10:19 AM, Tom Schuster wrote: > I want to inquire if we could maybe speed up the implemention of Bug > 449811. It's at the top of my list. Although I caution that in our current architecture, I remain at a loss for how to do the "clone the left-hand side of a for-in/of loop" behavi

[JS-internals] Bug 449811 Per iterator let scope

2016-04-29 Thread Tom Schuster
Hey! I want to inquire if we could maybe speed up the implemention of Bug 449811. This is going to cause fundamental and annoying to debug issues for everyone who wants to use let. I would even say that we should have never shipped let without this bug. There has been no progress for 4 months even