Home | History | Annotate | Download | only in resources

Lines Matching full:newargs

598     var newArgs = Array.prototype.slice.call(arguments);
599 newArgs.unshift.apply(newArgs, args);
600 return fn.apply(this, newArgs);