-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ddc] Tag classes with names of static members
Temporarily add names of static members so they can be accessed by the debugger. Eventually, these will be accessible through the symbol data and should be removed from the compiled Javascript. This increases the size of the compiled output by ~1% in a large google3 application. Names and types of static members were originally removed from the compiled output in https://dart-review.googlesource.com/c/sdk/+/48455 because they are not needed for runtime correctness. Change-Id: Idfd827ececec80d903586917676ec027e2a5a9e8 Issue: #40273 Issue: dart-lang/webdev#1430 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217501 Reviewed-by: Anna Gringauze <[email protected]> Commit-Queue: Nicholas Shahan <[email protected]>
- Loading branch information
1 parent
76dadee
commit cc9353a
Showing
2 changed files
with
40 additions
and
29 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