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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:519445517910
1 // Binary: cache/js-dbg-32-32e8c937a409-linux
2 // Flags: -m -n -a
3 //
4 NaN.__proto__;
5 function f0() {
6 try {} catch(e) {}
7 }
8 for (i = 0; i < 9; i++) {
9 new f0;
10 f0();
11 gc()
12 }

mercurial