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

Function maybelabel

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

Source from the content-addressed store, hash-verified

423 return pass(expressionNoComma);
424 }
425 function maybelabel(type) {
426 if (type == ":") return cont(poplex, statement);
427 return pass(maybeoperatorComma, expect(";"), poplex);
428 }
429 function property(type) {
430 if (type == "variable") {cx.marked = "property"; return cont();}
431 }

Callers

nothing calls this directly

Calls 3

contFunction · 0.85
passFunction · 0.70
expectFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…