()
| 5310 | } |
| 5311 | |
| 5312 | function longStackTracesIsSupported() { |
| 5313 | return typeof captureStackTrace === "function"; |
| 5314 | } |
| 5315 | |
| 5316 | var shouldIgnore = function() { return false; }; |
| 5317 | var parseLineInfoRegex = /[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/; |
no outgoing calls
no test coverage detected