comparison: js/src/jit-test/tests/ion/bug981325.js
js/src/jit-test/tests/ion/bug981325.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function f(x) { |
|
2 return Math.fround() ? x : x >> 0; |
|
3 } |
|
4 function g() { |
|
5 return (f() !== Math.fround(0)) |
|
6 } |
|
7 assertEq(g(), g()); |