MCPcopy
hub / github.com/julianshapiro/velocity / runLoggingCallbacks

Function runLoggingCallbacks

test/qunit-2.5.0.js:1042–1049  ·  view source on GitHub ↗
(key, args)

Source from the content-addressed store, hash-verified

1040 }
1041
1042 function runLoggingCallbacks(key, args) {
1043 var i, l, callbacks;
1044
1045 callbacks = config.callbacks[key];
1046 for (i = 0, l = callbacks.length; i < l; i++) {
1047 callbacks[i](args);
1048 }
1049 }
1050
1051 // Doesn't support IE9, it will return undefined on these browsers
1052 // See also https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error/Stack

Callers 4

doneFunction · 0.85
qunit-2.5.0.jsFile · 0.85
logSuiteEndFunction · 0.85
beginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…