Class arguments

The arguments of a function.

See Also:

Property Summary 

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

Constructor Summary 

ConstructorDescription
arguments()

Method Summary 

Methods inherited from class Object 

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

Property Details 

callee 

callee: Object

A reference to the function that is currently executing.


length 

length: Number

The number of arguments passed to the function.


Constructor Details 

arguments() 

arguments()