Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript Function Object caller Property

Contains a reference to the function that invoked the current function.

Syntax: JScript Function Object caller Property

functionname.caller

Arguments: JScript Function Object caller Property

functionname

The name of the currently executing function.

Remarks: JScript Function Object caller Property

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.