comparison: js/src/jit-test/tests/jaeger/bug655810.js
js/src/jit-test/tests/jaeger/bug655810.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function f(arr) { |
|
2 var x = arr[0]; |
|
3 if (typeof x) {}; |
|
4 Math.abs(x); |
|
5 } |
|
6 f([1.2]); |