stackFrames property

List<ScriptStackFrame>? stackFrames
getter/setter pair

Stack trace showing the line/column/procedure name of each frame on the stack at the point where the current evaluation happened.

The leaf frame is first, the primary script is last. Never empty.

Implementation

core.List<ScriptStackFrame>? stackFrames;