Flash Lite 2.x and 3.0 ActionScript Language Reference

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.

See also

callee (arguments.callee property)