User Guide

246 ActionScript classes
Property summary
Properties inherited from class Object
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 Lite 2.0
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 Lite 2.0
Modifiers Property Description
callee:Object A reference to the currently executing function.
caller:Object A reference to the function that called the currently
executing function, or null if it wasn't called from
another function.
length:Number The number of arguments passed to the function.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
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)