Make sure to have breaks jump to before the EndForIn instruction so that the for in stack entry isn't leaked. Fixes explosive memory consumption on http://www.chron.com/ stories.
(Perhaps following olliej's approach and using GCable objects for the context would be a good idea, since it'd simplify all of this, and lighten ExecState) |