JavaScript call frame. Array of call frames form the call stack.
- Companion
- object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any
Value members
Inherited methods
Concrete fields
Call frame identifier. This identifier is only valid while the virtual machine is paused.
Call frame identifier. This identifier is only valid while the virtual machine is paused.
Name of the JavaScript function called on this call frame.
Name of the JavaScript function called on this call frame.
The value being returned, if the function is at return point.
The value being returned, if the function is at return point.