js/src/jit-test/tests/jaeger/bug655810.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:f975e37932f6
1 function f(arr) {
2 var x = arr[0];
3 if (typeof x) {};
4 Math.abs(x);
5 }
6 f([1.2]);

mercurial