MCPcopy Index your code
hub / github.com/node-inspector/node-inspector / pass

Function pass

front-end/cm/javascript.js:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259
260 var cx = {state: null, column: null, marked: null, cc: null};
261 function pass() {
262 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
263 }
264 function cont() {
265 pass.apply(null, arguments);
266 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