WipCallFrame class
A debugger call frame.
This class is for the 'debugger' domain.
Constructors
-
WipCallFrame(Map<
String, dynamic> json)
Properties
- callFrameId → String
-
Call frame identifier.
no setter
- functionName → String
-
Name of the JavaScript function called on this call frame.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
json
→ Map<
String, dynamic> -
final
- location → WipLocation
-
Location in the source code.
no setter
- returnValue → RemoteObject?
-
The value being returned, if the function is at return point.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thisObject → RemoteObject
-
this
object for this call frame.no setter - url → String
-
JavaScript script name or url.
no setter
Methods
-
getScopeChain(
) → Iterable< WipScope> - Scope chain for this call frame.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited