| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
GatherSideEffectSubexpressionsCallback.GetReplacementSideEffectSubexpressions
Populates the provided replacement list by appending copies of
subtrees that have side effects.
|
private class |
NameAnalyzer.FindReferences.NodeAccumulator
Helper class that gathers the list of nodes that would be left
behind after simplification.
|
| Modifier and Type | Field and Description |
|---|---|
private GatherSideEffectSubexpressionsCallback.SideEffectAccumulator |
GatherSideEffectSubexpressionsCallback.accumulator |
| Constructor and Description |
|---|
GatherSideEffectSubexpressionsCallback(AbstractCompiler compiler,
GatherSideEffectSubexpressionsCallback.SideEffectAccumulator accumulator) |