View comments | RSS feed

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)


Version 8

Comments


Fumio Nonaka said on Jan 13, 2006 at 6:18 AM :
[Wrong]:
public callee : Object

[Correct]:
public callee : Function

The property returns "A reference to the currently executing function". If its
value is evaluated by instanceof operator with Function, it will return 'true'.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/8/main/00001898.html