Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
private static class |
InlineFunctions.FunctionExpression
FunctionExpression implementation of the Function interface
|
private class |
InlineFunctions.FunctionVar
FunctionVar implementation of the Function interface
|
private class |
InlineFunctions.NamedFunction
NamedFunction implementation of the Function interface
|
Modifier and Type | Field and Description |
---|---|
private InlineFunctions.Function |
InlineFunctions.FunctionState.fn |
Modifier and Type | Method and Description |
---|---|
InlineFunctions.Function |
InlineFunctions.FunctionState.getFn() |
Modifier and Type | Method and Description |
---|---|
private boolean |
InlineFunctions.isCandidateFunction(InlineFunctions.Function fn)
Checks if the given function matches the criteria for an inlinable
function.
|
private void |
InlineFunctions.maybeAddFunction(InlineFunctions.Function fn,
JSModule module)
Updates the FunctionState object for the given function.
|
void |
InlineFunctions.FunctionState.setFn(InlineFunctions.Function fn) |