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

Function continueQuasi

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

Source from the content-addressed store, hash-verified

485 return cont(expression, continueQuasi);
486 }
487 function continueQuasi(type) {
488 if (type == "}") {
489 cx.marked = "string-2";
490 cx.state.tokenize = tokenQuasi;
491 return cont(quasi);
492 }
493 }
494 function arrowBody(type) {
495 findFatArrow(cx.stream, cx.state);
496 return pass(type == "{" ? statement : expression);

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected