MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / forspec

Function forspec

static/plugins/codemirror/mode/javascript/javascript.js:720–723  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

718 if (type == "keyword b" && value == "else") return cont(pushlex("form", "else"), statement, poplex);
719 }
720 function forspec(type, value) {
721 if (value == "await") return cont(forspec);
722 if (type == "(") return cont(pushlex(")"), forspec1, poplex);
723 }
724 function forspec1(type) {
725 if (type == "var") return cont(vardef, forspec2);
726 if (type == "variable") return cont(forspec2);

Callers

nothing calls this directly

Calls 2

contFunction · 0.70
pushlexFunction · 0.70

Tested by

no test coverage detected