michael@0: function f() {}; michael@0: var x; michael@0: for(var i=0; i<200; i++) { michael@0: x = f.bind(x, x, 2); michael@0: gc(); michael@0: }