MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / ensureNative

Function ensureNative

packages/core/animation-frame/index.ts:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

requestAnimationFrameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected