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)
CompilerPassprocess in interface CompilerPassexternRoot - Top of external JS treeroot - Top of JS treeCopyright © 2009-2020 Google. All Rights Reserved.