comparison: js/src/jit-test/tests/ion/bug905166.js
js/src/jit-test/tests/ion/bug905166.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 LastIndexOf("hello"); |
|
3 LastIndexOf("hello"); |
|
4 eval(""); |
|
5 function LastIndexOf(s) { |
|
6 x = Math.min(Math.max(Math.pow(-1, 0.5), 0), s.length); |
|
7 0 <= x; |
|
8 } |
|
9 } test(); |