summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug973118.js
blob: 67ab4ebe74afd3f030d3537259596a31af234401 (plain)
1
2
3
4
function h(x) { return +x == x };
h(false)
assertEq(h(null), false);
assertEq(h(null), false);