Frame.parseJSCore constructor

Frame.parseJSCore(String frame)

Parses a string representation of a JavaScriptCore stack trace.

Implementation

factory Frame.parseJSCore(String frame) => new Frame.parseV8(frame);