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

Function classExpression

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

Source from the content-addressed store, hash-verified

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);
751 return classNameAfter(type, value);
752 }
753 function className(type, value) {
754 if (type == "variable") {register(value); return cont(classNameAfter);}
755 }

Callers

nothing calls this directly

Calls 2

classNameFunction · 0.85
classNameAfterFunction · 0.85

Tested by

no test coverage detected