js/src/jit-test/tests/jaeger/bug658579.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:b0d3a9e6df87
1 (function () {
2 var x = 1 || 1.2;
3 true ? ~x : x;
4 x >> x;
5 })();

mercurial