(debuggerId: Cdp.Runtime.UniqueDebuggerId)
| 2065 | } |
| 2066 | |
| 2067 | static threadForDebuggerId(debuggerId: Cdp.Runtime.UniqueDebuggerId): Thread | undefined { |
| 2068 | return Thread._allThreadsByDebuggerId.get(debuggerId); |
| 2069 | } |
| 2070 | |
| 2071 | /** |
| 2072 | * Replaces locations in the stack trace with their source locations. |
no test coverage detected