js/src/jit-test/tests/auto-regress/bug648999.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:e5f74ad20907
1 // |jit-test| error:TypeError
2
3 // Binary: cache/js-dbg-64-74a8fb1bbec5-linux
4 // Flags: -m -n -a
5 //
6 test();
7 function test()
8 {
9 for (var j = 0; j < 10; ++j) new j;
10 }

mercurial