-
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.
Bug 1894442 - Allow shared atoms zone when checking weakmap keys r=sfink
This was an over-strict assertion getting the weakmap key's zone, which can legitimately be the shared atoms zone. Differential Revision: https://phabricator.services.mozilla.com/D209204 UltraBlame original commit: 62df6f06d6c6b340080abc282824ff30ce05743d
- Loading branch information
Showing
2 changed files
with
34 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
evalInWorker | ||
( | ||
a | ||
= | ||
new | ||
WeakSet | ||
a | ||
. | ||
add | ||
( | ||
Symbol | ||
. | ||
hasInstance | ||
) | ||
gczeal | ||
( | ||
14 | ||
) | ||
( | ||
0 | ||
. | ||
b | ||
) | ||
) |