CallFrame
Properties
Link copied to clipboard
Call frame identifier. This identifier is only valid while the virtual machine is paused.
Link copied to clipboard
Location in the source code.
Link copied to clipboard
Name of the JavaScript function called on this call frame.
Link copied to clipboard
The value being returned, if the function is at return point.
Link copied to clipboard
Scope chain for this call frame.
Link copied to clipboard
this
object for this call frame.