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

Function fx_setTimeout

xs/tools/xst.c:849–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847}
848
849void fx_setTimeout(txMachine* the)
850{
851 fx_setTimer(the, fxToNumber(the, mxArgv(1)), 0);
852}
853
854void fx_setTimer(txMachine* the, txNumber interval, txBoolean repeat)
855{

Callers

nothing calls this directly

Calls 2

fx_setTimerFunction · 0.85
fxToNumberFunction · 0.85

Tested by

no test coverage detected