]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/get-my-argument-by-val-out-of-bounds.js
2 return arguments
[index
];
7 for (var i
= 0; i
< 100000; ++i
) {
8 var result
= foo(1, 42);
10 throw "Error: bad result in loop: " + result
;
14 if (result
!== void 0)
15 throw "Error: bad result at end: " + result
;