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

Function inList

front-end/cm/javascript.js:269–273  ·  view source on GitHub ↗
(list)

Source from the content-addressed store, hash-verified

267 }
268 function register(varname) {
269 function inList(list) {
270 for (var v = list; v; v = v.next)
271 if (v.name == varname) return true;
272 return false;
273 }
274 var state = cx.state;
275 if (state.context) {
276 cx.marked = "def";

Callers 1

registerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected