MCPcopy
hub / github.com/webpack/webpack / push

Method push

lib/css/CssParser.js:1828–1830  ·  lib/css/CssParser.js::CssParser.push

Push the current scope; call before descending into a `Function` body.

()

Source from the content-addressed store, hash-verified

1826 stack: [],
1827 /** Push the current scope; call before descending into a `Function` body. */
1828 push() {
1829 this.stack.push((this.active ? 1 : 0) | (this.emit ? 2 : 0));
1830 },
1831 /** Pop the saved scope; call when leaving a `Function` body. */
1832 pop() {
1833 const s = /** @type {number} */ (this.stack.pop());

Callers 15

getConnectionsByKeyFunction · 0.45
setResolvedModuleMethod · 0.45
processMethod · 0.45
addBlockMethod · 0.45
addDependencyMethod · 0.45
applyMethod · 0.45
getLazySourceMethod · 0.45
codeGenerationMethod · 0.45
applyMethod · 0.45
addWarningMethod · 0.45

Calls

no outgoing calls

Tested by 7

createLoggerFunction · 0.36
mkdirFunction · 0.36
writeFileFunction · 0.36
watchFunction · 0.36
mkdirFunction · 0.36
writeFileFunction · 0.36
monotonicTestFunction · 0.36