forked from facebook/hermes
-
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.
Add edges to WeakMap values (facebook#1250)
Summary: Pull Request resolved: facebook#1250 In new WeakMap implementation, we removed the value storage for values, instead, they are stored in a native set. So the edges to them aren't added automatically. This diff adds them back in `_snapshotAddEdgesImpl()`. Reviewed By: neildhar Differential Revision: D52740140 fbshipit-source-id: e5ca972ef3383f6bd8d230c62b2f7c72bb646536
- Loading branch information
1 parent
c0c119b
commit 0eea4ed
Showing
3 changed files
with
26 additions
and
7 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