summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug658561.js
blob: ad10b3dac31061e8c3a9f2180f9e0978398b2058 (plain)
1
2
3
4
5
var s1 = 'xx';
for (var x = 0; x < 10 ; ++x ) { 
  new function() s1++;
  gc();
}