Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Map.prototype.forEach may not specify mutation during enumeration (maybe fine) #80

Closed
stefanpenner opened this issue Oct 16, 2014 · 0 comments

Comments

@stefanpenner
Copy link

Set.prototype.forEach goes into detail explaining the behavior if the set is mutated while enumerating, but as far as I can tell Map.prototype.forEach does not. (maybe i missed something)

In V8 & FF it appears they behave the same.

@stefanpenner stefanpenner changed the title Map.prototype.forEach may not specify mutation during enumeration Map.prototype.forEach may not specify mutation during enumeration (maybe fine) Oct 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant