]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/singleton-scope-then-realloc-and-overwrite.js
11 for (var i
= 0; i
< 10000; ++i
) {
13 if (result
!= 42 + 1 + i
)
14 throw "Error: bad result: " + result
;
19 if (result
!= 43 + 1 + 1)
20 throw "Error: bad result: " + result
;