js/src/jit-test/tests/jaeger/recompile/bug658209.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:ac74f1061078
1 for (var i=0; i<20; i++) {
2 (function () {
3 var x;
4 (function () {
5 x = /abc/;
6 x++;
7 gc();
8 })();
9 })();
10 }

mercurial