]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/put-by-id-direct-should-be-done-for-non-index-property.js
6 var result
= object
[2];
8 throw new Error('bad value:' + result
);
22 var result
= object
[2];
24 throw new Error('bad value:' + result
);
35 2: 2, // Do not throw new Error(2)
38 var result
= object
[2];
40 throw new Error('bad value:' + result
);