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