comparison: js/src/jit-test/tests/ion/bug754713-4.js
js/src/jit-test/tests/ion/bug754713-4.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function f(x) { |
|
2 var y = (x < 0) ? 1 : 2; |
|
3 Math.floor(0); // bailout |
|
4 } |
|
5 Math.floor(0); |
|
6 f(1); |