]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/int52-variable.js
14 for (var i
= 0; i
< 100000; ++i
) {
15 var result
= foo(1000000000);
16 if (result
!= 1000000000 * 2 + 1000000000 * 3)
17 throw "Error: bad result: " + result
;