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

Function maybeCatchBinding

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

Source from the content-addressed store, hash-verified

415 return pass(pushlex("stat"), expression, expect(";"), poplex);
416 }
417 function maybeCatchBinding(type) {
418 if (type == "(") return cont(funarg, expect(")"))
419 }
420 function expression(type, value) {
421 return expressionInner(type, value, false);
422 }

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
expectFunction · 0.85

Tested by

no test coverage detected