MCPcopy
hub / github.com/DHTMLX/gantt / cont

Function cont

samples/common/codehighlight/javascript.js:271–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
270 }
271 function cont() {
272 pass.apply(null, arguments);
273 return true;
274 }
275 function inList(name, list) {
276 for (var v = list; v; v = v.next) if (v.name == name) return true
277 return false;

Callers 15

expFunction · 0.85
statementFunction · 0.85
maybeCatchBindingFunction · 0.85
parenExprFunction · 0.85
expressionInnerFunction · 0.85
maybeoperatorCommaFunction · 0.85
maybeoperatorNoCommaFunction · 0.85
quasiFunction · 0.85
continueQuasiFunction · 0.85
maybeTargetFunction · 0.85
targetFunction · 0.85
targetNoCommaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected