]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/put-by-id-throw-through-optimized-code.js
8 for (var i
= 0; i
< 100000; ++i
) {
12 throw "Error: bad result: " + o
.f
;
16 throw "Error: bad result: " + o
.f
;
20 throw "Error: bad result: " + o
.f
;
32 if (!didThrow
|| didThrow
.toString().indexOf("TypeError:") != 0)
33 throw "Error: didn't throw or threw wrong exception: " + didThrow
;