VMFrame class
An active stack frame.
Properties
- code → VMCodeRef
-
The frame's code.
final
- function → VMFunctionRef
-
The function containing the frame.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- index → int
-
The index of the frame in VMStack.frames. [...]
final
- location → VMSourceLocation
-
The location of the frame in Dart source.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
variables
→ Map<
String, VMBoundVariable> -
The local variables in the current frame, indexed by name.
final
Methods
-
evaluate(
String expression) → Future< VMInstanceRef> -
Evaluates
expression
in the context of this frame. [...] -
getFrame(
) → Future< Frame> -
Loads a
stack_trace
Frame that corresponds to this frame. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited