MCPcopy
hub / github.com/SilentVoid13/Templater / pass

Function pass

src/editor/mode/javascript.js:365–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363
364 var cx = { state: null, column: null, marked: null, cc: null };
365 function pass() {
366 for (var i = arguments.length - 1; i >= 0; i--)
367 cx.cc.push(arguments[i]);
368 }
369 function cont() {
370 pass.apply(null, arguments);
371 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