]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/sink-arguments-past-invalid-check-sneakier.js
9 Object
.prototype.valueOf = function() { globalResult
= 1; };
23 for (var i
= 0; i
< 10000; ++i
) {
28 for (var i
= 0; i
< 10000; ++i
) {
29 var result
= foo(false, true);
31 throw "Error: bad result: " + result
;
34 var result
= foo(true, true);
36 throw "Error: bad result at end: " + result
;