MCPcopy Index your code
hub / github.com/node-inspector/node-inspector / contCommasep

Function contCommasep

front-end/cm/javascript.js:470–474  ·  view source on GitHub ↗
(what, end, info)

Source from the content-addressed store, hash-verified

468 };
469 }
470 function contCommasep(what, end, info) {
471 for (var i = 3; i < arguments.length; i++)
472 cx.cc.push(arguments[i]);
473 return cont(pushlex(end, info), commasep(what, end), poplex);
474 }
475 function block(type) {
476 if (type == "}") return cont();
477 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