1 2 3 4
f = (function*() { for (x in [arguments, arguments]) yield(gczeal(4, function(){})) }); for (i of f()) {}