Skip to main content

parse_stack_trace

Function parse_stack_trace 

Source
pub fn parse_stack_trace(input: &str) -> ParsedStackTrace
Expand 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.