CallFrame

source

Constructors

new CallFrame(file: string, line: number, col: number): CallFramesource

Properties

readonlycol: numbersource

readonlyfile: stringsource

highlightExpr: RegExpsource

readonlyline: numbersource

readonlystaticstackTraceLineToFileLineColumnRegex: RegExpsource

Regular expression that tries to extract a filename, line number, and column from a single line of a formatted stack trace.

Methods

Static methods

staticfromOther(frame: CallFrame, changes: Partial<CallFrame>): CallFramesource

staticfromStackTraceLine(line: string): undefined | CallFramesource

Instance methods

highlight(expr: RegExp): CallFramesource

toString(): stringsource