EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Callee (Arguments.callee Property); Caller (Arguments.caller Property); Length (Arguments.length Property)

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
arguments 243
Method summary
Methods inherited from class Object
callee (arguments.callee property)
public callee : Object
A reference to the currently executing function.
Availability: ActionScript 1.0; Flash Player 5
See also
caller (arguments.caller property)
caller (arguments.caller property)
public caller : Object
A reference to the function that called the currently executing function, or null if it wasn't
called from another function.
Availability: ActionScript 1.0; Flash Player 6
See also
callee (arguments.callee property)
length (arguments.length property)
public length : Number
The number of arguments passed to the function. This may be more or less than the function
declares.
Availability: ActionScript 1.0; Flash Player 5
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)

Table of Contents

Related product manuals