MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / pass

Function pass

lib/web/CodeMirror/mode/javascript/javascript.js:265–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected