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

Function typedef

src/cm/javascript.js:316–319  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

314 return pass();
315 }
316 function typedef(type) {
317 if (type == "variable"){cx.marked = "variable-3"; return cont();}
318 return pass();
319 }
320 function vardef1(type, value) {
321 if (type == "variable") {
322 register(value);

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
passFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…