-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll forward of 7430c52: [WASM] Implement non-native JsEnum.
Changes from original: - Instead of having a global map for the boxed value cache, added a map to j.l.Class which is populated for each JsEnum class. See Class.java. - Uses Enums.equals and Enums.compareTo logic to avoid boxing on "jsEnum.equals(otherJsEnum)" if they are the same type. See changes in RuntimeMethods. PiperOrigin-RevId: 588886429
- Loading branch information
1 parent
c8fde99
commit 5a16eea
Showing
34 changed files
with
4,347 additions
and
545 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
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
Oops, something went wrong.