MCPcopy
hub / github.com/node-inspector/node-inspector / forspec2

Function forspec2

front-end/cm/javascript.js:523–527  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

521 return cont(maybeoperatorComma, forspec2);
522 }
523 function forspec2(type, value) {
524 if (type == ";") return cont(forspec3);
525 if (value == "in" || value == "of") { cx.marked = "keyword"; return cont(expression); }
526 return pass(expression, expect(";"), forspec3);
527 }
528 function forspec3(type) {
529 if (type != ")") cont(expression);
530 }

Callers

nothing calls this directly

Calls 3

contFunction · 0.85
passFunction · 0.70
expectFunction · 0.70

Tested by

no test coverage detected