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)
Содержание FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Страница 1: ...ActionScript 2 0 Language Reference ...
Страница 1352: ...1352 ActionScript classes ...