()
| 7333 | var cachedClearTimeout; |
| 7334 | |
| 7335 | function defaultSetTimout() { |
| 7336 | throw new Error('setTimeout has not been defined'); |
| 7337 | } |
| 7338 | function defaultClearTimeout () { |
| 7339 | throw new Error('clearTimeout has not been defined'); |
| 7340 | } |
nothing calls this directly
no outgoing calls
no test coverage detected