michael@0: w = (function() { yield })(); michael@0: w.next(); michael@0: for (var i = 0; i < 100; ++i) { michael@0: for (v in w) {} michael@0: }