()
| 13 | SetupAsyncStacksInstrumentation, TearDown); |
| 14 | |
| 15 | function Setup() { |
| 16 | SendMessage('Debugger.enable'); |
| 17 | // Force lazy compilation of inspector related scripts. |
| 18 | SendMessage('Runtime.evaluate', {expression: ''}); |
| 19 | } |
| 20 | |
| 21 | function TearDown() { |
| 22 | SendMessage('Debugger.disable'); |
no test coverage detected