()
| 5050 | } |
| 5051 | |
| 5052 | function longStackTracesCaptureStackTrace() { |
| 5053 | this._trace = new CapturedTrace(this._peekContext()); |
| 5054 | } |
| 5055 | |
| 5056 | function longStackTracesAttachExtraTrace(error, ignoreSelf) { |
| 5057 | if (canAttachTrace(error)) { |
nothing calls this directly
no outgoing calls
no test coverage detected