MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / cont

Function cont

lib/web/CodeMirror/mode/javascript/javascript.js:268–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
267 }
268 function cont() {
269 pass.apply(null, arguments);
270 return true;
271 }
272 function inList(name, list) {
273 for (var v = list; v; v = v.next) if (v.name == name) return true
274 return false;

Callers 15

expFunction · 0.70
statementFunction · 0.70
maybeCatchBindingFunction · 0.70
parenExprFunction · 0.70
expressionInnerFunction · 0.70
maybeoperatorCommaFunction · 0.70
maybeoperatorNoCommaFunction · 0.70
quasiFunction · 0.70
continueQuasiFunction · 0.70
maybeTargetFunction · 0.70
targetFunction · 0.70
targetNoCommaFunction · 0.70

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected