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

Function maybeoperatorComma

front-end/cm/javascript.js:384–387  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

382 }
383
384 function maybeoperatorComma(type, value) {
385 if (type == ",") return cont(expression);
386 return maybeoperatorNoComma(type, value, false);
387 }
388 function maybeoperatorNoComma(type, value, noComma) {
389 var me = noComma == false ? maybeoperatorComma : maybeoperatorNoComma;
390 var expr = noComma == false ? expression : expressionNoComma;

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
maybeoperatorNoCommaFunction · 0.85

Tested by

no test coverage detected