MCPcopy Index your code
hub / github.com/node-inspector/node-inspector / continueQuasi

Function continueQuasi

front-end/cm/javascript.js:408–414  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

406 return cont(expression, continueQuasi);
407 }
408 function continueQuasi(type) {
409 if (type == "}") {
410 cx.marked = "string-2";
411 cx.state.tokenize = tokenQuasi;
412 return cont(quasi);
413 }
414 }
415 function arrowBody(type) {
416 findFatArrow(cx.stream, cx.state);
417 if (type == "{") return pass(statement);

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected