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

Function expressionNoComma

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

Source from the content-addressed store, hash-verified

421 return expressionInner(type, value, false);
422 }
423 function expressionNoComma(type, value) {
424 return expressionInner(type, value, true);
425 }
426 function parenExpr(type) {
427 if (type != "(") return pass()
428 return cont(pushlex(")"), maybeexpression, expect(")"), poplex)

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected