public class CrossChunkMethodMotion extends java.lang.Object implements CompilerPass
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STUB_DECLARATIONS |
Modifier and Type | Method and Description |
---|---|
void |
process(Node externRoot,
Node root)
Process the JS with root node root.
|
public static final java.lang.String STUB_DECLARATIONS
public void process(Node externRoot, Node root)
CompilerPass
process
in interface CompilerPass
externRoot
- Top of external JS treeroot
- Top of JS treeCopyright © 2009-2020 Google. All Rights Reserved.