]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/has-custom-properties.js
2 for (var i
= 0; i
< 10000; ++i
) {
5 if (hasCustomProperties(o
))
6 throw "Error: object shouldn't have custom properties yet.";
10 if (!hasCustomProperties(o
))
11 throw "Error: object should have custom properties already.";