MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / vardef2

Function vardef2

src/cm/javascript.js:327–330  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

325 return pass();
326 }
327 function vardef2(type, value) {
328 if (value == "=") return cont(expression, vardef2);
329 if (type == ",") return cont(vardef1);
330 }
331 function forspec1(type) {
332 if (type == "var") return cont(vardef1, expect(";"), forspec2);
333 if (type == ";") return cont(forspec2);

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…