comparison: js/src/jit-test/tests/ion/bug779125.js
js/src/jit-test/tests/ion/bug779125.js
- changeset 0
- 6474c204b198
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(); |