MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fx_setInterval

Function fx_setInterval

xs/tools/xst.c:844–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844void fx_setInterval(txMachine* the)
845{
846 fx_setTimer(the, fxToNumber(the, mxArgv(1)), 1);
847}
848
849void fx_setTimeout(txMachine* the)
850{

Callers

nothing calls this directly

Calls 2

fx_setTimerFunction · 0.85
fxToNumberFunction · 0.85

Tested by

no test coverage detected