michael@0: function f(x) { michael@0: eval("a = 3"); michael@0: x.p = x.p = a; michael@0: assertEq(x.p, 3); michael@0: } michael@0: f({p: 2});