js/src/jit-test/tests/basic/bug660538.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:d2d1eea63da5
1 Error.prototype.__proto__.p = 5;
2 f = Function("return( \"\" <arguments for(w in[]))");
3 for (i in f()) {}
4
5 (function() {
6 for (a in (
7 arguments for (l in [0])
8 ))
9 {}
10 })()

mercurial