DescriptionMake private symbols non-enumerable
Methods in the runtime that enumerate over properties should never deal with private symbols. Most commonly such methods only loop over enumerable properties. This fix avoids accidentally handling private symbols in methods that only deal with enumerable properties. Methods that need to look at non-enumerable properties as well still have to manually filter private symbols (e.g., the KeyAccumulator).
BUG=chromium:664411
Committed: https://crrev.com/135b9f9360342089de151990a7bf61c31caa6f1f
Cr-Commit-Position: refs/heads/master@{#40932}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|