Package com.google.javascript.jscomp
Class CrossChunkMethodMotion
java.lang.Object
com.google.javascript.jscomp.CrossChunkMethodMotion
- All Implemented Interfaces:
CompilerPass
Move prototype methods into later chunks.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
STUB_DECLARATIONS
- See Also:
-
-
Method Details
-
process
Description copied from interface:CompilerPass
Process the JS with root node root. Can modify the contents of each Node tree- Specified by:
process
in interfaceCompilerPass
- Parameters:
externRoot
- Top of external JS treeroot
- Top of JS tree
-