comparison: js/src/jit-test/tests/ion/bug779125.js
js/src/jit-test/tests/ion/bug779125.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 for (var i = 0; i < 60; i++) { |
|
3 x = ''.charAt(-1); |
|
4 assertEq(x, ""); |
|
5 } |
|
6 } |
|
7 test(); |