callFrames property

List<CallFrame> callFrames
final

Call stack the virtual machine stopped on.

Implementation

final List<CallFrame> callFrames;