MCPcopy Index your code
hub / github.com/nwutils/nw-sample-apps / vardef2

Function vardef2

mini-code-edit/cm/mode/javascript/javascript.js:282–285  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

280 return cont();
281 }
282 function vardef2(type, value) {
283 if (value == "=") return cont(expression, vardef2);
284 if (type == ",") return cont(vardef1);
285 }
286 function forspec1(type) {
287 if (type == "var") return cont(vardef1, forspec2);
288 if (type == ";") return pass(forspec2);

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected