Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: Permit Symbols as WeakMap keys (#2777)
- Proposal: https://github.com/tc39/proposal-symbols-as-weakmap-keys - Also allows Symbols in WeakSet, WeakRef, and FinalizationRegistry - Adds new AOs `CanBeHeldWeakly`, `KeyForSymbol` - Registered Symbols can not be held weakly Closes #1194 Co-authored-by: Ashley Claymore <[email protected]> Co-authored-by: Daniel Ehrenberg <[email protected]> Co-authored-by: Leo Balter <[email protected]> Co-authored-by: Mathieu Hofman <[email protected]> Co-authored-by: Richard Gibson <[email protected]> Co-authored-by: Jordan Harband <[email protected]> Co-authored-by: Shu-yu Guo <[email protected]> Co-authored-by: Michael Dyck <[email protected]> Co-authored-by: Michael Ficarra <[email protected]>
- Loading branch information