Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace StackTraceElement

Stack trace element.

Properties

Optional className

className: undefined | string

Name of the class containing the execution point.

Optional fileName

fileName: undefined | string

Name of the source file containing the execution point.

Optional lineNumber

lineNumber: undefined | number

Line number of the source line containing the execution point. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional methodName

methodName: undefined | string

Name of the method containing the execution point.

Optional weightage

weightage: undefined | number

The weight distribution that denotes the percentage occurrence of a method in the captured snapshots. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj