Trace.parseIE constructor

Trace.parseIE(
  1. String trace
)

Parses a string representation of an Internet Explorer stack trace.

IE10+ traces look just like V8 traces. Prior to IE10, stack traces can't be retrieved.

Implementation

Trace.parseIE(String trace) : this.parseV8(trace);