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

Function cont

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

Source from the content-addressed store, hash-verified

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;
197 }
198 function register(varname) {
199 function inList(list) {
200 for (var v = list; v; v = v.next)

Callers 15

expectFunction · 0.70
statementFunction · 0.70
expressionFunction · 0.70
maybeoperatorFunction · 0.70
maybelabelFunction · 0.70
propertyFunction · 0.70
objpropFunction · 0.70
proceedFunction · 0.70
commasepFunction · 0.70
blockFunction · 0.70
maybetypeFunction · 0.70
typedefFunction · 0.70

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected