MCPcopy Create free account
hub / github.com/node-inspector/node-inspector / maybeelse

Function maybeelse

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

Source from the content-addressed store, hash-verified

505 if (type == ",") return cont(vardef);
506 }
507 function maybeelse(type, value) {
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 }

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
pushlexFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…