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

Function pass

src/cm/javascript.js:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190 var cx = {state: null, column: null, marked: null, cc: null};
191 function pass() {
192 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
193 }
194 function cont() {
195 pass.apply(null, arguments);
196 return true;

Callers 9

expectFunction · 0.85
statementFunction · 0.85
maybeexpressionFunction · 0.85
maybelabelFunction · 0.85
commasepFunction · 0.85
blockFunction · 0.85
maybetypeFunction · 0.85
typedefFunction · 0.85
vardef1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…