| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.ThreadLocal<Tracer.ThreadTrace> |
Tracer.traces
Holds the ThreadTrace for each thread.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static Tracer.ThreadTrace |
Tracer.getThreadTrace()
Get the ThreadTrace for the current thread, creating one if necessary.
|