comparison: js/src/jit-test/tests/basic/testStringToInt32.js
js/src/jit-test/tests/basic/testStringToInt32.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function testStringToInt32() { |
|
2 var s = ""; |
|
3 for (let j = 0; j < 5; ++j) s += ("1e+81" ^ 3); |
|
4 return s; |
|
5 } |
|
6 assertEq(testStringToInt32(), "33333"); |