]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/disable-function-dot-arguments.js
1 //@ run("function-dot-arguments", "--enableFunctionDotArguments=false")
6 throw "Error: arguments have non-zero length";
7 for (var i
= 0; i
< 100; ++i
) {
9 throw "Error: argument " + i
+ " has non-undefined value";
19 bar(1, 2, 3, 4, 5, 6, 7, 8, 9, 10);