comparison: js/src/jit-test/tests/basic/bug642758.js
js/src/jit-test/tests/basic/bug642758.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function Integer( value, exception ) { } |
|
2 try { |
|
3 new Integer( Math.LN2, ++INVALID_INTEGER_VALUE? exception+1.1: 1900 ); |
|
4 } catch (e) {} |