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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:9b7a90b99afa
1 function f() {};
2 var x;
3 for(var i=0; i<200; i++) {
4 x = f.bind(x, x, 2);
5 gc();
6 }

mercurial