]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/fiat-value-to-int52-then-fold.js
2 return fiatInt52(DFGTrue() ? 42 : 5.5) + 1;
7 for (var i
= 0; i
< 1000000; ++i
) {
9 if (result
!= 43 && result
!= 6.5)
10 throw "Error: bad result: " + result
;