blob: fc5dd3858bf22eaf5144f7300eb8fc4c7efa1dc5 [file] [log] [blame]
class foo extends null {
constructor() {
this;
assertEq(false, true);
}
}
for (let i = 0; i < 1100; i++)
assertThrownErrorContains(() => new foo(), "|this|");
if (typeof reportCompare === 'function')
reportCompare(0,0,"OK");