MCPcopy Create free account
hub / github.com/Paxa/postbird / contCommasep

Function contCommasep

public/codemirror/javascript/javascript.js:526–530  ·  view source on GitHub ↗
(what, end, info)

Source from the content-addressed store, hash-verified

524 };
525 }
526 function contCommasep(what, end, info) {
527 for (var i = 3; i < arguments.length; i++)
528 cx.cc.push(arguments[i]);
529 return cont(pushlex(end, info), commasep(what, end), poplex);
530 }
531 function block(type) {
532 if (type == "}") return cont();
533 return pass(statement, block);

Callers 4

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

Calls 3

contFunction · 0.85
pushlexFunction · 0.85
commasepFunction · 0.85

Tested by

no test coverage detected