]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/phantom-inadequacy.js
bb72e22d3469ceff3d0779c1bdc51c6b5e59bdd0
8 throw "Error: bad value: " + value
;
25 for (var i
= 0; i
< 10000; ++i
) {
27 if (result
!= 42.5 + 1 + 1 + 1)
28 throw "Error: bad result: " + result
;
31 var result
= foo(2147483647);
32 if (result
!= 42.5 + 1 + 2147483647 + 1)
33 throw "Error: bad result at end: " + result
;