]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/ftl-switch-string-slow-duplicate-cases.js
24 for (var i
= 0; i
< 10000; ++i
) {
25 var result
= foo(cat("16-", "bit"));
27 throw "Error: bad result (1): " + result
;
30 throw "Error: bad result (2): " + result
;