]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/sink-arguments-past-invalid-check-dfg.js
2 Object
.prototype.valueOf = function() { globalResult
= 1; }
12 for (var i
= 0; i
< 10000; ++i
) {
15 throw "Error: bad result: " + result
;