-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Don't setup mandatory setters on array indexes
It turns out that removing items from an array (e.g. via `splice`) will also remove their descriptors, if any. Could be a browser bug, but I'm not sure we intended to add setters directly to arrays in the first place, and if we can't definitely manage them we probably shouldn't. (cherry picked from commit 5aa4c61)
- Loading branch information
1 parent
072a146
commit 937fb74
Showing
2 changed files
with
55 additions
and
1 deletion.
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