interface CallSiteObject
Properties #
#functionName: string
Returns the name of the function associated with this call site.
#scriptName: string
Returns the name of the resource that contains the script for the function for this call site.
#lineNumber: number
Returns the number, 1-based, of the line for the associate function call.