comparison: js/src/jit-test/tests/ion/bug905166.js
js/src/jit-test/tests/ion/bug905166.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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(); |