michael@0: // Binary: cache/js-dbg-32-d5fcfa622f16-linux michael@0: // Flags: michael@0: // michael@0: Function.toLocaleString.__proto__ = null michael@0: y = {}.__proto__ michael@0: y.p = function() {} michael@0: y.__defineSetter__("", function() {}) michael@0: y.__proto__ = Function.toLocaleString michael@0: function b(a) { michael@0: this.__proto__ = a; michael@0: Object.freeze(this) michael@0: } michael@0: for each(z in []) { michael@0: new b michael@0: }