(func)
| 302 | }, |
| 303 | |
| 304 | requestAnimationFrame(func) { |
| 305 | if (globalThis.requestAnimationFrame) { |
| 306 | requestAnimationFrame(func); |
| 307 | } else { |
| 308 | MainLoop.fakeRequestAnimationFrame(func); |
| 309 | } |
| 310 | }, |
| 311 | }, |
| 312 | |
| 313 | emscripten_get_main_loop_timing__deps: ['$MainLoop'], |
no outgoing calls
no test coverage detected