Frame.parseJSCore constructor
- String frame
Parses a string representation of a JavaScriptCore stack trace.
Implementation
factory Frame.parseJSCore(String frame) => Frame.parseV8(frame);
Parses a string representation of a JavaScriptCore stack trace.
factory Frame.parseJSCore(String frame) => Frame.parseV8(frame);