]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/throw-from-ftl.js
10 for (var i
= 0; i
< 100000; ++i
) {
13 throw "Error: bad result: " + o
.f
;
21 throw "Error: bad result in catch: " + o
.f
;
25 throw "Error: should have thrown but didn't.";