michael@0: var x; michael@0: function f(o) { michael@0: o.prop = x = 3; michael@0: } michael@0: f({}); michael@0: f(1);