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

Function cont

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

Source from the content-addressed store, hash-verified

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;
197 }
198 function register(varname) {
199 var state = cx.state;
200 if (state.context) {

Callers 15

expectFunction · 0.85
statementFunction · 0.85
expressionFunction · 0.85
maybeoperatorFunction · 0.85
maybelabelFunction · 0.85
propertyFunction · 0.85
objpropFunction · 0.85
proceedFunction · 0.85
commasepFunction · 0.85
blockFunction · 0.85
maybetypeFunction · 0.85
typedefFunction · 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…