Frame

Frame

Class representing a frame.

Constructor

new Frame(options)

Source:

Create a frame object.

Parameters:
Name Type Description
options object

The options object.

Properties
Name Type Attributes Description
file string

The full path to a file.

line number

The line number.

func string <optional>

The func.

level number <optional>

The level of stack frame.

Members

file :string

Source:

The full path to a file.

Type:
  • string

line :number

Source:

The line number.

Type:
  • number

(nullable) func :string

Source:

The func.

Type:
  • string

(nullable) level :number

Source:

The level of stack frame.

Type:
  • number