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