stackFrames property

List<StackFrame> stackFrames
final

The frames of the stack frame. If the array has length zero, there are no stack frames available. This means that there is no location information available.

Implementation

final List<StackFrame> stackFrames;