Re: [heycam/webidl] Are operations on the `[[BackingMap]]` and `[[BackingSet]]` page-hookable? And if not, why not? (#254)

OK.  Note, also, that either Maps know about their iterators and update them on mutation or you have to leak memory on mutation (by implementing the spec's algorithm word for word), or you leak memory while any iterator is live (which means you also have to know about your iterators).  Sharing the actual Map implementation of the "let's not leak" option may not be very easy from outside the ES implementation in browsers...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/254#issuecomment-266569685

Received on Monday, 12 December 2016 22:13:32 UTC