Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review: https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 // |jit-test| error: TypeError
2 load(libdir + "iteration.js");
3
4 eval("var x; typeof x")
5 Array.prototype[std_iterator] = function () { for(y in x); };
6 for (var v of ['a', 'b', 'c', 'd'])
7 s = v;