Closed GoogleCodeExporter closed 9 years ago
function* f(x = 1) {
yield x;
}
for (var x of f(42)) {
console.log(x);
}
Original comment by arv@chromium.org
on 25 Jun 2012 at 8:47
https://code.google.com/p/traceur-compiler/source/detail?r=a09421513223816098d0c
ba4193d9924ecabb387
Original comment by arv@chromium.org
on 10 Aug 2012 at 3:53
Original issue reported on code.google.com by
arv@chromium.org
on 25 Jun 2012 at 6:07