An array of parameters passed to a function.
Platform Support
IE | Mozilla | Netscape | Opera | Safari |
---|---|---|---|---|
4.0+ | 1.0+ | 3.0+ | 7.0+ | 1.0+ |
Constructors
Constructor | Action | IE | Mozilla | Netscape | Opera | Safari |
---|---|---|---|---|---|---|
Arguments Constructor() : Arguments
Creates a new instance of the Arguments array.
|
Show Details | 4.0+ | 1.0+ | 3.0+ | 7.0+ | 1.0+ |
Properties
Property | Action | IE | Mozilla | Netscape | Opera | Safari |
---|---|---|---|---|---|---|
callee : String
Name of the function being executed.
|
Show Details | 5.5+ | 1.0+ | 4.0+ | 7.0+ | no |
caller : String
Name of the function that called the function being executed.
|
Show Details | 4.0+ | 1.0 | 3.0+ | no | no |
length : Number
Number of arguments passed to the function.
|
Show Details | 4.0+ | 1.0+ | 3.0+ | 7.0+ | 1.0+ |
References
Availability
JavaScript 1.1|JScript 2.0|ECMAScript v1