| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ExtractPrototypeMemberDeclarations.ExtractionInstance> |
ExtractPrototypeMemberDeclarations.GatherExtractionInfo.instances |
| Modifier and Type | Method and Description |
|---|---|
private void |
ExtractPrototypeMemberDeclarations.extractInstance(ExtractPrototypeMemberDeclarations.ExtractionInstance instance)
At a given ExtractionInstance, stores and prototype object in the temp
variable and rewrite each member declaration to assign to the temp variable
instead.
|