Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:arguments

29   return arguments;
38 return ReturnArguments.apply(this, arguments);
51 return object.f.apply(this, arguments);
63 var arguments = [3, 4];
64 return ReturnArguments.apply(this, arguments);
73 return ReturnReceiver.apply(receiver, arguments);
84 return ReturnReceiver.apply(Object, arguments);
93 return f.apply(this, arguments);
103 return object.apply(this, arguments);
113 var result = ReturnArguments.apply(this, arguments);
122 var arguments = null;
123 return ReturnArguments.apply(this, arguments);
131 // Make sure we can deal with unfolding lots of arguments on the