Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private GlobalVarReferenceMap |
Compiler.globalRefMap |
Modifier and Type | Method and Description |
---|---|
(package private) abstract GlobalVarReferenceMap |
AbstractCompiler.getGlobalVarReferences()
This can be used to get the list of all references to all global variables
based on all previous calls to
updateGlobalVarReferences . |
(package private) GlobalVarReferenceMap |
Compiler.getGlobalVarReferences() |