Source code

Revision control

Copy as Markdown

Other Tools

function testConstructorBail() {
for (let i = 0; i < 5; ++i) new Number(/x/);
}
testConstructorBail();