Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: Remove proxy OwnPropertyKeys error with duplicate keys (#594)
Previously, proxy OwnPropertyKeys returning duplicate keys would cause an error when the target object was non-extensible. The error does not seem deliberate but rather a result of not considering the possibility of duplicate keys. This PR handles that possibility and removes the error.
- Loading branch information