blob: 1a97ab57feab06cb747f42e687ca266952542d5a [file] [log] [blame]
function one() {};
function two() { assertEq(arguments[0], undefined); }
function three() {
one("","","","","","");
two();
}
for (var i = 0; i < 10; ++i)
three();