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

Function classNameAfter

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

Source from the content-addressed store, hash-verified

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);
546 }
547 function classBody(type, value) {
548 if (type == "variable" || cx.style == "keyword") {
549 cx.marked = "property";

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…