]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/for-in-string.js
2 // Iterate over characters in a string.
4 var foo = function(o
) {
11 for (var i
= 0; i
< 10000; ++i
) {
12 if (foo("hello") !== "hello")
13 throw new Error("incorrect result");