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

Function exec

src/environment.js:468–474  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466 // avoid confusing listener by adhoc execution
467 if (run) {
468 var exec = function() {
469 if (order.length) {
470 var l = order[0];
471 order = order.slice(1);
472 l();
473 }
474 }
475 window.setTimeout(exec, 1);
476 reallyRegister = false; // will be done by run function
477 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…