Class arguments

The arguments of a function.

See Also:

PropertyDescription
callee: ObjectA reference to the function that is currently executing.
length: NumberThe number of arguments passed to the function.
ConstructorDescription
arguments()

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

callee: Object

A reference to the function that is currently executing.


length: Number

The number of arguments passed to the function.


arguments()