michael@0: function f(o) { michael@0: f = o.constructor; michael@0: eval('delete o.x'); michael@0: } michael@0: for(var i=0; i<3; i++) { michael@0: f(RegExp.prototype); michael@0: }