MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / tick

Function tick

src/lib/libhtml5.js:2387–2391  ·  view source on GitHub ↗
(timeStamp)

Source from the content-addressed store, hash-verified

2385
2386 emscripten_request_animation_frame_loop: (cb, userData) => {
2387 function tick(timeStamp) {
2388 if ({{{ makeDynCall('idp', 'cb') }}}(timeStamp, userData)) {
2389 requestAnimationFrame(tick);
2390 }
2391 }
2392 return requestAnimationFrame(tick);
2393 },
2394

Callers

nothing calls this directly

Calls 1

requestAnimationFrameFunction · 0.85

Tested by

no test coverage detected