(callback: (boolean, number) => boolean)
| 433 | } |
| 434 | |
| 435 | function requestHostCallback(callback: (boolean, number) => boolean) { |
| 436 | scheduledCallback = callback; |
| 437 | } |
| 438 | |
| 439 | function requestHostTimeout(callback: number => void, ms: number) { |
| 440 | scheduledTimeout = callback; |
no outgoing calls
no test coverage detected