michael@0: function one() {}; michael@0: function two() { assertEq(arguments[0], undefined); } michael@0: function three() { michael@0: one("","","","","",""); michael@0: two(); michael@0: } michael@0: for (var i = 0; i < 10; ++i) michael@0: three();