]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/get-stack-mapping.js
2 if (foo
.arguments
[0] === void 0)
3 throw "Error: foo.arguments[0] should not be undefined but is."
10 for (var i
= 0; i
< 10; ++i
) {
22 for (var i
= 0; i
< 10000; ++i
) {
23 var result
= foo(0, false);
25 throw "Error: bad result: " + result
;