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

Function getterSetter

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

Source from the content-addressed store, hash-verified

444 }
445 }
446 function getterSetter(type) {
447 if (type != "variable") return pass(afterprop);
448 cx.marked = "property";
449 return cont(functiondef);
450 }
451 function afterprop(type) {
452 if (type == ":") return cont(expressionNoComma);
453 if (type == "(") return pass(functiondef);

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
passFunction · 0.70

Tested by

no test coverage detected