comparison: js/src/jit-test/tests/ion/bug995675.js
js/src/jit-test/tests/ion/bug995675.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function f(x) { |
|
2 return Math.cos(~(~Math.pow(Number.MAX_VALUE, x))) |
|
3 } |
|
4 f(-0) |
|
5 assertEq(f(undefined - undefined), 1) |