blob: f245786b96e5eb4c5c417c76eec11c1f034c1007 [file] [log] [blame]
gczeal(7,1);
function TestCase(n) {
this.name = '';
this.description = '';
this.expect = '';
this.actual = '';
this.reason = '';
this.passed = '';
}
function test() new TestCase;
test();
Object.defineProperty(Object.prototype, "name", {});
test();