Encapsulates information about the source of a method invocation.
Initializes a new Callsite object.
Gets the filename of the current callsite.
A string representing the filename of the current callsite; undefined if the filename could not be resolved for the callsite.
undefined
Gets the parent callsite.
A Callsite object that represents the calling callsite; undefined if the current callsite is the root.
Retrieves the calling callsite.
The Callsite of the caller callsite; undefined if the current callsite is the root.
Retrieves the current callsite.
The Callsite of
Generated using TypeDoc
Encapsulates information about the source of a method invocation.