1 2 3 4 5 6 7 8
// |jit-test| error: TypeError (function() { var a, b; for each (a in [{}, {__iterator__: function(){}}]) for (b in a) { } })();