Frame.parseIE constructor
Parses a string representation of an IE stack frame.
IE10+ frames look just like V8 frames. Prior to IE10, stack traces can't be retrieved.
Implementation
factory Frame.parseIE(String frame) => new Frame.parseV8(frame);
Parses a string representation of an IE stack frame.
IE10+ frames look just like V8 frames. Prior to IE10, stack traces can't be retrieved.
factory Frame.parseIE(String frame) => new Frame.parseV8(frame);