MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / contCommasep

Function contCommasep

static/libs/javascript.js:581–585  ·  view source on GitHub ↗
(what, end, info)

Source from the content-addressed store, hash-verified

579 };
580 }
581 function contCommasep(what, end, info) {
582 for (var i = 3; i < arguments.length; i++)
583 cx.cc.push(arguments[i]);
584 return cont(pushlex(end, info), commasep(what, end), poplex);
585 }
586 function block(type) {
587 if (type == "}") return cont();
588 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