Property summary
Modifiers
Property
callee:Object
caller:Object
length:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Method summary
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
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
called from another function.
Availability: ActionScript 1.0; Flash Lite 2.0
246
ActionScript classes
property),
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
Description
A reference to the currently executing function.
A reference to the function that called the currently
executing function, or null if it wasn't called from
another function.
The number of arguments passed to the function.
__proto__ (Object.__proto__
property),
__resolve
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
method),
toString
valueOf
if it wasn't
null
Need help?
Do you have a question about the FLASHLITE2 ACTIONSCRIPT-LANGUAGE and is the answer not in the manual?