comparison: js/src/jit-test/tests/basic/testConstructorBail.js
js/src/jit-test/tests/basic/testConstructorBail.js
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 function testConstructorBail() { |
|
2 for (let i = 0; i < 5; ++i) new Number(/x/); |
|
3 } |
|
4 testConstructorBail(); |