$ gnpm install stack-frame
stack-frame
A stack frame.
A container holding a script line.
The line number of this line of source.
Type: number
The content (or value) of this line of source.
Type: string
Whether or not this line should be highlighted. Particularly useful for error reporting with context.
Type: boolean
A representation of a stack frame.
Returns the name of this function.
Returns (string | null)
Returns the source of the frame. This contains the file name, line number, and column number when available.
Returns string
Returns a pretty version of this stack frame.
Returns string
Copyright 2013 - present © cnpmjs.org | Home |