N E W

StackTrace

Last modified: Feb 1, 2026

Class representing a stack trace for debugging purposes.

Constructor

new StackTrace(stackMessage?)
ParameterTypeDefault Value
stackMessage?null | string | Errornull

Creates a StackTrace instance by capturing and filtering the current stack trace.

Properties

PropertyTypeDefault Value
isStackTraceboolean
stackArray<{ fn: string; file: string; line: number; column: number; }>
MethodType