pub fn parse_stack_trace(input: &str) -> ParsedStackTraceExpand description
Parse a runtime stack trace into frames.
Recognises the V8 / Node form ( at name (file:line:col)) and the
SpiderMonkey / JavaScriptCore form (name@file:line:col). A line matching
neither is counted, never silently dropped.