MCPcopy
hub / github.com/webpack/webpack / pop

Method pop

lib/css/CssParser.js:1832–1836  ·  view source on GitHub ↗

Pop the saved scope; call when leaving a `Function` body.

()

Source from the content-addressed store, hash-verified

1830 },
1831 /** Pop the saved scope; call when leaving a `Function` body. */
1832 pop() {
1833 const s = /** @type {number} */ (this.stack.pop());
1834 this.active = (s & 1) !== 0;
1835 this.emit = (s & 2) !== 0;
1836 }
1837 };
1838 // Nearest enclosing declaration / at-rule / qualified-rule, set by each structural enter; the Url / Function / Ident / Comma visitors read it (via `urlActive` / `localGlobalActive` / `icssActive`) to decide value handling from the node hierarchy instead of carrying precomputed flags.
1839 /** @type {AstNode | undefined} */

Callers 15

validateDependenciesMethod · 0.80
[Symbol.iterator]Method · 0.80
getObjectAndPropertyFunction · 0.80
extractBlockModulesFunction · 0.80
deriveBlockModulesFunction · 0.80
processQueueFunction · 0.80
walkSideEffectsIterativeFunction · 0.80
propagateLinearResultFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected