]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/fiat-double-to-int52-then-fold.js
d2259a1047ba266c3b34db479e201969acf6114f
2 return fiatInt52(Math
.fround(42)) + 1;
7 for (var i
= 0; i
< 1000000; ++i
) {
10 throw "Error: bad result: " + result
;