michael@0: michael@0: function f(o) { michael@0: o[{}] = 1; michael@0: with(Object) {} michael@0: } michael@0: f(Object.prototype);