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

Function contCommasep

lib/web/CodeMirror/mode/javascript/javascript.js:577–581  ·  view source on GitHub ↗
(what, end, info)

Source from the content-addressed store, hash-verified

575 };
576 }
577 function contCommasep(what, end, info) {
578 for (var i = 3; i < arguments.length; i++)
579 cx.cc.push(arguments[i]);
580 return cont(pushlex(end, info), commasep(what, end), poplex);
581 }
582 function block(type) {
583 if (type == "}") return cont();
584 return pass(statement, block);

Callers 4

expressionInnerFunction · 0.85
maybeoperatorNoCommaFunction · 0.85
patternFunction · 0.85
importSpecFunction · 0.85

Calls 4

contFunction · 0.70
pushlexFunction · 0.70
commasepFunction · 0.70
pushMethod · 0.45

Tested by

no test coverage detected