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

Function maybeoperatorComma

samples/common/codehighlight/javascript.js:455–458  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

453 }
454
455 function maybeoperatorComma(type, value) {
456 if (type == ",") return cont(maybeexpression);
457 return maybeoperatorNoComma(type, value, false);
458 }
459 function maybeoperatorNoComma(type, value, noComma) {
460 var me = noComma == false ? maybeoperatorComma : maybeoperatorNoComma;
461 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