> And again, `Object.freeze` can be thought of as simply enumerating the
> accessible properties and freezes them, which works unchanged with
> private symbols, since they are not reflectively accessible via
> getOwnPropertyNames.
>
I think of this fact as rather supporting my view, because freezing is no
longer freezing the whole object, as before. Thus, while the freeze
operation might remain unchanged, the object model has shifted under our
feet.
{ Kevin }
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss