Rick Waldron (2013-05-07T15:59:55.000Z)
github at esdiscuss.org (2013-07-12T02:27:21.933Z)
On Tue, May 7, 2013 at 10:21 AM, Dean Landolt <dean at deanlandolt.com> wrote: > So there's no need to standardize `__proto__` then, eh? ;) > > </troll> > Perhaps you should actually read the existing discussion and meeting resolutions? `__define|lookup(Getter|Setter)__` have already been standardized in the form of the superior `Object.definePropert(y|ies)` APIs. When the object meta APIs were specified, there was little support for the dunder APIs, which made it easier to kill them. Since then, `__proto__` implementation has spread, which means it's _not_ easy to kill?which is why it's being standardized. Note that TC39 isn't specifying two different mechanisms either, ie. no `setPrototypeOf`.