(debugInfo?: DebuggerEventExtraInfo)
| 165 | } |
| 166 | |
| 167 | trigger(debugInfo?: DebuggerEventExtraInfo): void { |
| 168 | this.version++ |
| 169 | globalVersion++ |
| 170 | this.notify(debugInfo) |
| 171 | } |
| 172 | |
| 173 | notify(debugInfo?: DebuggerEventExtraInfo): void { |
| 174 | startBatch() |
no test coverage detected