MCPcopy
hub / github.com/jagenjo/webglstudio.js / cont

Function cont

editor/js/extra/codemirror/javascript.js:195–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
194 }
195 function cont() {
196 pass.apply(null, arguments);
197 return true;
198 }
199 function register(varname) {
200 function inList(list) {
201 for (var v = list; v; v = v.next)

Callers 15

expectFunction · 0.85
statementFunction · 0.85
expressionFunction · 0.85
maybeoperatorFunction · 0.85
maybelabelFunction · 0.85
propertyFunction · 0.85
objpropFunction · 0.85
getterSetterFunction · 0.85
proceedFunction · 0.85
commasepFunction · 0.85
blockFunction · 0.85
maybetypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected