MCPcopy Create free account
hub / github.com/Paxa/postbird / forspec2

Function forspec2

public/codemirror/javascript/javascript.js:611–615  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

609 return cont(maybeoperatorComma, forspec2);
610 }
611 function forspec2(type, value) {
612 if (type == ";") return cont(forspec3);
613 if (value == "in" || value == "of") { cx.marked = "keyword"; return cont(expression); }
614 return pass(expression, expect(";"), forspec3);
615 }
616 function forspec3(type) {
617 if (type != ")") cont(expression);
618 }

Callers

nothing calls this directly

Calls 3

contFunction · 0.85
passFunction · 0.85
expectFunction · 0.85

Tested by

no test coverage detected