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

Function targetNoComma

samples/common/codehighlight/javascript.js:512–514  ·  view source on GitHub ↗
(_, value)

Source from the content-addressed store, hash-verified

510 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); }
511 }
512 function targetNoComma(_, value) {
513 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); }
514 }
515 function maybelabel(type) {
516 if (type == ":") return cont(poplex, statement);
517 return pass(maybeoperatorComma, expect(";"), poplex);

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected