Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure concatenated properties are frozen.
Mutating objects on the prototype (which includes concatenated properties) is not good. This changes the functionality of concatenated properties to freeze the resulting array while in debug mode, to make it clear that mutating them without slicing first is not good.
- Loading branch information