CallSiteObject interface
Properties
column |
Returns the 1-based column offset on the line for the associated function call. |
function |
Returns the name of the function associated with this call site. |
line |
Returns the number, 1-based, of the line for the associate function call. |
script |
Returns the unique id of the script, as in Chrome DevTools protocol
|
script |
Returns the name of the resource that contains the script for the function for this call site. |
Property Details
columnNumber
Returns the 1-based column offset on the line for the associated function call.
columnNumber: number
Property Value
number
functionName
Returns the name of the function associated with this call site.
functionName: string
Property Value
string
lineNumber
Returns the number, 1-based, of the line for the associate function call.
lineNumber: number
Property Value
number
scriptId
Returns the unique id of the script, as in Chrome DevTools protocol
Runtime.ScriptId
.
scriptId: string
Property Value
string
scriptName
Returns the name of the resource that contains the script for the function for this call site.
scriptName: string
Property Value
string