()
| 136 | clearTimeout(id); |
| 137 | }, |
| 138 | setImmediate() { |
| 139 | throw new Error('setImmediate is not implemented'); |
| 140 | }, |
| 141 | clearImmediate() { |
| 142 | throw new Error('clearImmediate is not implemented'); |
| 143 | }, |
no outgoing calls
no test coverage detected
searching dependent graphs…