Excellent! It's actually kind of awkward already if you don't create a pseudo-trap for '__proto__' since treating the property like normal ones leads to incorrect results for various operations like defineProperty, and it doesn't follow normal rules for showing up in property names listing. It's still much more common to find code using '__proto__' than Object.getProtototypeOf, even just as a getter.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

