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

Function forspec

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

Source from the content-addressed store, hash-verified

508 if (type == "keyword b" && value == "else") return cont(pushlex("form", "else"), statement, poplex);
509 }
510 function forspec(type) {
511 if (type == "(") return cont(pushlex(")"), forspec1, expect(")"), poplex);
512 }
513 function forspec1(type) {
514 if (type == "var") return cont(vardef, expect(";"), forspec2);
515 if (type == ";") return cont(forspec2);

Callers

nothing calls this directly

Calls 3

contFunction · 0.85
pushlexFunction · 0.85
expectFunction · 0.70

Tested by

no test coverage detected