blob: 0cd3397f735c269427a7558f01254ebbe699a131 [file] [log] [blame]
function testConstructorBail() {
for (let i = 0; i < 5; ++i) new Number(/x/);
}
testConstructorBail();