stackFrames property
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;
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.
final List<StackFrame> stackFrames;