()
| 23 | } |
| 24 | |
| 25 | function ensureNative() { |
| 26 | if (fpsCallback) { |
| 27 | return; |
| 28 | } |
| 29 | fpsCallback = new FPSCallback(doFrame); |
| 30 | } |
| 31 | |
| 32 | function callAnimationCallbacks(thisFrameCbs: AnimationFrameCallbacks, frameTime: number): void { |
| 33 | inAnimationFrame = true; |
no outgoing calls
no test coverage detected