StacktraceObject 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 stack frame. |
line |
Returns the number, 1-based, of the line for the associate function call. |
script |
Returns the name of the resource that contains the script for the function for this StackFrame. |
Property Details
column
Returns the 1-based column offset on the line for the associated function call.
column: number
Property Value
number
functionName
Returns the name of the function associated with this stack frame.
functionName: string
Property Value
string
lineNumber
Returns the number, 1-based, of the line for the associate function call.
lineNumber: number
Property Value
number
scriptName
Returns the name of the resource that contains the script for the function for this StackFrame.
scriptName: string
Property Value
string