call Timers
Calls the JS callback(s) associated with the timer ID(s). Also unregisters the callback if the timer isn't recurring (e.g. unregisters for setTimeout, doesn't for setInterval).
Parameters
timer IDs
An array of timer handles to call. Accepts an array as an optimization, to avoid unnecessary JNI calls.