()
| 144 | } |
| 145 | |
| 146 | waitForDebugger() { |
| 147 | return new Promise(resolve => { |
| 148 | utils.waitForDebugger(this.id, resolve); |
| 149 | }); |
| 150 | } |
| 151 | |
| 152 | createContext(name) { |
| 153 | utils.createContext(this.id, name || ''); |
nothing calls this directly
no test coverage detected