Frame.parseJSCore constructor

Frame.parseJSCore(
  1. String frame
)

Parses a string representation of a JavaScriptCore stack trace.

Implementation

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