## Package: TopLevel
# Class arguments
## Inheritance Hierarchy
- Object
- arguments
## Description
The arguments of a function.
## Properties
### callee
**Type:** Object
A reference to the function that is currently executing.
### length
**Type:** Number
The number of arguments passed to the function.
## Constructor Summary
arguments()
## Method Summary
## Constructor Detail