michael@0: // Binary: cache/js-dbg-64-fecae145d884-linux michael@0: // Flags: -m -n michael@0: // michael@0: michael@0: gczeal(2); michael@0: Object.defineProperty(Object.prototype, "b", {set: function() {}}); michael@0: function C(a, b) { michael@0: this.a=a; michael@0: this.b=b; michael@0: } michael@0: var f = C.bind(0x2004, 2); michael@0: for (var i=0; i<10000; ++i) michael@0: new f;