Share via


CallSiteObject interface

Properties

columnNumber

Returns the 1-based column offset on the line for the associated function call.

functionName

Returns the name of the function associated with this call site.

lineNumber

Returns the number, 1-based, of the line for the associate function call.

scriptId

Returns the unique id of the script, as in Chrome DevTools protocol Runtime.ScriptId.

scriptName

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