MCPcopy Create free account
hub / github.com/Paxa/postbird / pass

Function pass

public/codemirror/javascript/javascript.js:285–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283
284 var cx = {state: null, column: null, marked: null, cc: null};
285 function pass() {
286 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
287 }
288 function cont() {
289 pass.apply(null, arguments);
290 return true;

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected