Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary property descriptor assertion from hash
Removes an unnecessary property descriptor assertion, hash should work like a normal object (unlike args proxies) and so it should be allowed to read the property descriptors on it.
- Loading branch information