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

Function popcontext

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

Source from the content-addressed store, hash-verified

213 cx.state.localVars = defaultVars;
214 }
215 function popcontext() {
216 cx.state.localVars = cx.state.context.vars;
217 cx.state.context = cx.state.context.prev;
218 }
219 function pushlex(type, info) {
220 var result = function() {
221 var state = cx.state;

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…