Gjsify LogoGjsify Logo

This structure keeps all information about a stack frame.

record

Hierarchy

  • DebuggerFrame

Index

Constructors

Properties

address: number

Address of the program counter.

field
args: string

List of argument of the caller.

field
file: string

Source file name where is the program counter.

field
function_: string

Function name where is the program counter.

field
level: number

Level of the frame, 0 is the topmost one.

field
library: string

Library name where is the program counter.

field
line: number

Line number in the file above.

field
thread: number

Thread identifier.

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method