testDeepBailInMoreIter.js (95B)
1 w = (function*() { yield })(); 2 w.next(); 3 for (var i = 0; i < 100; ++i) { 4 for (v of w) {} 5 }