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

Function className

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

Source from the content-addressed store, hash-verified

538 return pass(pattern, maybetype);
539 }
540 function className(type, value) {
541 if (type == "variable") {register(value); return cont(classNameAfter);}
542 }
543 function classNameAfter(type, value) {
544 if (value == "extends") return cont(expression, classNameAfter);
545 if (type == "{") return cont(pushlex("}"), classBody, poplex);

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
registerFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…