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

Function cont

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

Source from the content-addressed store, hash-verified

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;
267 }
268 function register(varname) {
269 function inList(list) {
270 for (var v = list; v; v = v.next)

Callers 15

expFunction · 0.85
statementFunction · 0.85
expressionInnerFunction · 0.85
maybeoperatorCommaFunction · 0.85
maybeoperatorNoCommaFunction · 0.85
quasiFunction · 0.85
continueQuasiFunction · 0.85
maybelabelFunction · 0.85
propertyFunction · 0.85
objpropFunction · 0.85
getterSetterFunction · 0.85
afterpropFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected