js/src/jit-test/tests/jaeger/bug573433.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:52064d17866c
1 // |jit-test| error: TypeError
2 function f() {
3 eval("(function() \n{\nfor(x in[])\n{}\n})");
4 ("")()
5 }
6 f()
7

mercurial