michael@0: function TestCase(n) { michael@0: this.name = undefined; michael@0: this.description = undefined; michael@0: } michael@0: gczeal(7,1); michael@0: eval("\ michael@0: function reportCompare() new TestCase;\ michael@0: reportCompare();\ michael@0: Object.defineProperty(Object.prototype, 'name', {});\ michael@0: reportCompare();\ michael@0: ");