7.18.2 caller Property

Contains a reference to the function that invoked the current function.
Syntax
functionname.caller
- functionname
- The name of the currently executing function.
Remarks
The caller property is only defined for a function while that function is executing. If the function is called from the top level of a JScript program, caller contains null.
Copyright © 2000 Chili!Soft
|