StackFrame class

Constructors

StackFrame(int callIndex, dynamic evalIndex)
StackFrame.empty()

Properties

computedByteSize int
no setter
evals Queue<int?>
final
hashCode int
The hash code for this object.
no setterinherited
locals Queue<int?>
final
nextCallStackIndex int?
getter/setter pair
nextEvalStackIndex int
getter/setter pair
returnAddr int
getter/setter pair
returnVar int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalArgsPassed int
getter/setter pair

Methods

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