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

Function afterprop

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

Source from the content-addressed store, hash-verified

449 return cont(functiondef);
450 }
451 function afterprop(type) {
452 if (type == ":") return cont(expressionNoComma);
453 if (type == "(") return pass(functiondef);
454 }
455 function commasep(what, end) {
456 function proceed(type) {
457 if (type == ",") {

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
passFunction · 0.70

Tested by

no test coverage detected