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

Function parenExpr

samples/common/codehighlight/javascript.js:426–429  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

424 return expressionInner(type, value, true);
425 }
426 function parenExpr(type) {
427 if (type != "(") return pass()
428 return cont(pushlex(")"), maybeexpression, expect(")"), poplex)
429 }
430 function expressionInner(type, value, noComma) {
431 if (cx.state.fatArrowAt == cx.stream.start) {
432 var body = noComma ? arrowBodyNoComma : arrowBody;

Callers

nothing calls this directly

Calls 4

passFunction · 0.85
contFunction · 0.85
pushlexFunction · 0.85
expectFunction · 0.85

Tested by

no test coverage detected