michael@0: function f(x) { michael@0: var y; michael@0: gc(); michael@0: ++x.x; michael@0: } michael@0: f(1); michael@0: f.call(2, 3);