Stack

constructor()

No args constructor for use in serialization


constructor(frames: List<StackFrame>)

Parameters

frames

An array of stack frames that represents a sequence of calls, rendered in reverse chronological order, that comprise the call stack.