MCPcopy Create free account
hub / github.com/NativeScript/android / InitStatic

Method InitStatic

test-app/runtime/src/main/cpp/Timers.cpp:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void Timers::InitStatic(v8::Isolate* isolate, v8::Local<v8::ObjectTemplate> globalObjectTemplate) {
328 auto timers = new Timers();
329 timers->Init(isolate, globalObjectTemplate);
330 registerIsolateBoundObject(isolate, timers);
331}
332
333};
334

Callers

nothing calls this directly

Calls 2

InitMethod · 0.45

Tested by

no test coverage detected