MCPcopy
hub / github.com/DHTMLX/gantt / contCommasep

Function contCommasep

samples/common/codehighlight/javascript.js:580–584  ·  view source on GitHub ↗
(what, end, info)

Source from the content-addressed store, hash-verified

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