Represents a generic entry in a stack trace, be it originally from JS or Java.
Get the column this frame points to in the file returned by .getFile.
Get the file this stack frame points to.
Get just the name of the file this frame points to.
Whether this frame is collapsed.
Get the line number this frame points to in the file returned by .getFile.
Get the name of the method this frame points to.
Convert the stack frame to a JSON representation.