Class arguments
The arguments of a function.
See Also:
| Property | Description |
|---|---|
| callee: Object | A reference to the function that is currently executing. |
| length: Number | The number of arguments passed to the function. |
| Constructor | Description |
|---|---|
| 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()