michael@0: var s1 = 'xx'; michael@0: for (var x = 0; x < 10 ; ++x ) { michael@0: new function() s1++; michael@0: gc(); michael@0: }