comparison: js/src/jit-test/tests/ion/bug872331.js
js/src/jit-test/tests/ion/bug872331.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 function d(t) { |
|
3 if (t >= undefined) {} |
|
4 } |
|
5 function s() { |
|
6 d(null); |
|
7 } |
|
8 d(3); |
|
9 s(); |
|
10 s(); |