bug658561.js (94B)
1 var s1 = 'xx'; 2 for (var x = 0; x < 10 ; ++x ) { 3 new function() { return s1++; }; 4 gc(); 5 }