Mark S. Miller (2015-04-30T19:48:35.000Z)
d at domenic.me (2015-05-11T16:56:59.526Z)
On Thu, Apr 30, 2015 at 12:46 PM, C. Scott Ananian <ecmascript at cscott.net> wrote: > But that would still have required an explicit test in > Map.clear/set/delete to ensure that they were operating on an instanceof > Map and not just on a ReadOnlyMap. Yes, it does not save a test. Rather it only rationalizes the types of objects so that the type of an immutable or readOnly collection does not include useless mutation methods; that's all.