MCPcopy Create free account
hub / github.com/TruthHun/BookStack / pass

Function pass

static/editor.md/lib/codemirror/mode/javascript/javascript.js:264–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262
263 var cx = {state: null, column: null, marked: null, cc: null};
264 function pass() {
265 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
266 }
267 function cont() {
268 pass.apply(null, arguments);
269 return true;

Callers 15

expFunction · 0.70
statementFunction · 0.70
expressionInnerFunction · 0.70
maybeexpressionFunction · 0.70
maybeexpressionNoCommaFunction · 0.70
maybeoperatorNoCommaFunction · 0.70
quasiFunction · 0.70
arrowBodyFunction · 0.70
arrowBodyNoCommaFunction · 0.70
maybelabelFunction · 0.70
getterSetterFunction · 0.70
afterpropFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected