StacktraceObject interface

Properties

column

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

functionName

Returns the name of the function associated with this stack frame.

lineNumber

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

scriptName

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