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

Function expression

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

Source from the content-addressed store, hash-verified

418 if (type == "(") return cont(funarg, expect(")"))
419 }
420 function expression(type, value) {
421 return expressionInner(type, value, false);
422 }
423 function expressionNoComma(type, value) {
424 return expressionInner(type, value, true);
425 }

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected