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