comparison: js/src/jit-test/tests/ion/bug946284.js
js/src/jit-test/tests/ion/bug946284.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function f(x) { |
|
2 return x.length / 2 |
|
3 } |
|
4 f("") |
|
5 assertEq(f(undefined + ""), 4.5); |