* Removes JavaScript breakpoint.
(
params: Debugger.RemoveBreakpointParams,
)
| 4098 | * Removes JavaScript breakpoint. |
| 4099 | */ |
| 4100 | removeBreakpoint( |
| 4101 | params: Debugger.RemoveBreakpointParams, |
| 4102 | ): Promise<Debugger.RemoveBreakpointResult | undefined>; |
| 4103 |
no outgoing calls
no test coverage detected