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

Function funarg

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

Source from the content-addressed store, hash-verified

306 if (type == "(") return cont(pushlex(")"), pushcontext, commasep(funarg, ")"), poplex, statement, popcontext);
307 }
308 function funarg(type, value) {
309 if (type == "variable") {register(value); return cont();}
310 }
311
312 // Interface
313

Callers

nothing calls this directly

Calls 2

registerFunction · 0.85
contFunction · 0.70

Tested by

no test coverage detected