Script: Class Top Level arguments

Class arguments

The arguments of a function.

See Also:

Function

Properties

callee : Object

A reference to the function that is currently executing.

length : Number

The number of arguments passed to the function.

Constructor Summary

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

Constructor Detail

arguments

publicarguments()