CallFrame
sourceConstructors
new CallFrame(file: string, line: number, col: number): CallFramesource
Properties
col: numbersource
file: stringsource
highlightExpr: RegExpsource
line: numbersource
stackTraceLineToFileLineColumnRegex: 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
fromOther(frame: CallFrame, changes: Partial<CallFrame>): CallFramesource
fromStackTraceLine(line: string): undefined | CallFramesource
Instance methods
highlight(expr: RegExp): CallFramesource
toString(): stringsource