blob: 67ab4ebe74afd3f030d3537259596a31af234401 [file] [log] [blame]
function h(x) { return +x == x };
h(false)
assertEq(h(null), false);
assertEq(h(null), false);