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

Function pass

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

Source from the content-addressed store, hash-verified

266
267 var cx = {state: null, column: null, marked: null, cc: null};
268 function pass() {
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;

Callers 15

expFunction · 0.85
statementFunction · 0.85
parenExprFunction · 0.85
expressionInnerFunction · 0.85
maybeexpressionFunction · 0.85
maybeoperatorNoCommaFunction · 0.85
quasiFunction · 0.85
arrowBodyFunction · 0.85
arrowBodyNoCommaFunction · 0.85
maybeTargetFunction · 0.85
maybelabelFunction · 0.85
objpropFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected