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

Function poplex

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

Source from the content-addressed store, hash-verified

225 return result;
226 }
227 function poplex() {
228 var state = cx.state;
229 if (state.lexical.prev) {
230 if (state.lexical.type == ")")
231 state.indented = state.lexical.indented;
232 state.lexical = state.lexical.prev;
233 }
234 }
235 poplex.lex = true;
236
237 function expect(wanted) {

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…