MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / pass

Function pass

static/js/codemirror/mode/javascript/javascript.js:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190 var cx = {state: null, column: null, marked: null, cc: null};
191 function pass() {
192 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
193 }
194 function cont() {
195 pass.apply(null, arguments);
196 return true;

Callers 9

expectFunction · 0.70
statementFunction · 0.70
maybeexpressionFunction · 0.70
maybelabelFunction · 0.70
commasepFunction · 0.70
blockFunction · 0.70
maybetypeFunction · 0.70
typedefFunction · 0.70
vardef1Function · 0.70

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected