michael@0: function f(o) { michael@0: o += ""; michael@0: o.hasOwnProperty("x"); michael@0: } michael@0: f({});