MCPcopy
hub / github.com/layerJS/layerJS / setTimeout

Function setTimeout

test/jasmine/lib/jasmine-2.3.4/jasmine.js:1149–1151  ·  view source on GitHub ↗
(fn, delay)

Source from the content-addressed store, hash-verified

1147 }
1148
1149 function setTimeout(fn, delay) {
1150 return delayedFunctionScheduler.scheduleFunction(fn, delay, argSlice(arguments, 2));
1151 }
1152
1153 function clearTimeout(id) {
1154 return delayedFunctionScheduler.removeFunctionWithId(id);

Callers 15

state_spec.jsFile · 0.85
transitionToFunction · 0.85
showStateFunction · 0.85
LayerView_spec.jsFile · 0.85
FrameView_spec.jsFile · 0.85
renderRequiredTriggeredFunction · 0.85
router_spec.jsFile · 0.85
hashrouter_spec.jsFile · 0.85

Calls 1

argSliceFunction · 0.85

Tested by

no test coverage detected