comparison: js/src/jit-test/tests/ion/bug973118.js
js/src/jit-test/tests/ion/bug973118.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function h(x) { return +x == x }; |
|
2 h(false) |
|
3 assertEq(h(null), false); |
|
4 assertEq(h(null), false); |