public class DeadPropertyAssignmentElimination extends java.lang.Object implements CompilerPass
This pass does not currently use the control-flow graph. It makes the following assumptions:
Modifier and Type | Method and Description |
---|---|
void |
process(Node externs,
Node root)
Process the JS with root node root.
|
public void process(Node externs, Node root)
CompilerPass
process
in interface CompilerPass
externs
- Top of external JS treeroot
- Top of JS treeCopyright © 2009-2020 Google. All Rights Reserved.