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