function.arguments
(as modified since ES5)
The arguments
property of a function is an object that contains all the arguments passed to the function.
arguments
prop - discouraged since 1997 (and might not work)function.length
(as per ES1 spec)function.bind()
function.length
(with ES5 features)function.length
(with ES6 features)function.name