MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / continueQuasi

Function continueQuasi

lib/web/CodeMirror/mode/javascript/javascript.js:484–490  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected