blob: ad10b3dac31061e8c3a9f2180f9e0978398b2058 [file] [log] [blame]
var s1 = 'xx';
for (var x = 0; x < 10 ; ++x ) {
new function() s1++;
gc();
}