forked from dart-lang/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resynthesize expressions for Kernel's StaticGet and PropertyGet.
Note, that we don't restore the original AST for StaticGet(s). The original AST is not available in Kernel. Instead we generate simple identifiers with correct elements. It should be enough to compute constant values, although some clients might have to adapt to the change. [email protected] BUG= Review-Url: https://codereview.chromium.org/2983773002 .
- Loading branch information
Showing
3 changed files
with
167 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters