MCPcopy Index your code
hub / github.com/DHTMLX/gantt / funarg

Function funarg

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

Source from the content-addressed store, hash-verified

739 }
740 }
741 function funarg(type, value) {
742 if (value == "@") cont(expression, funarg)
743 if (type == "spread") return cont(funarg);
744 if (isTS && isModifier(value)) { cx.marked = "keyword"; return cont(funarg); }
745 if (isTS && type == "this") return cont(maybetype, maybeAssign)
746 return pass(pattern, maybetype, maybeAssign);
747 }
748 function classExpression(type, value) {
749 // Class expressions may have an optional name.
750 if (type == "variable") return className(type, value);

Callers

nothing calls this directly

Calls 3

contFunction · 0.85
isModifierFunction · 0.85
passFunction · 0.85

Tested by

no test coverage detected