Brendan Eich (2013-10-14T21:22:18.000Z)
Rick Waldron wrote:
> Do you mean more then inclusion in Annex B? 
> http://people.mozilla.org/~jorendorff/es6-draft.html#sec-other-additional-features 
> <http://people.mozilla.org/%7Ejorendorff/es6-draft.html#sec-other-additional-features> 
> The committee and community made the right move to go with 
> Object.setPrototypeOf().

Indeed, we reached a happy place with Object.setPrototypeOf in the 
normative spec, and Annex B specifying __proto__ for those JS embeddings 
that need it for interop.

I'm not sure why you think I'm dissenting from any of that. My reply was 
to correct a misstatement about __proto__, and only that. Context!

/be
domenic at domenicdenicola.com (2013-10-23T19:53:52.744Z)
Rick Waldron wrote:
> Do you mean more then inclusion [in Annex B](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-other-additional-features)? 
> The committee and community made the right move to go with 
> `Object.setPrototypeOf()`.

Indeed, we reached a happy place with `Object.setPrototypeOf` in the 
normative spec, and Annex B specifying `__proto__` for those JS embeddings 
that need it for interop.

I'm not sure why you think I'm dissenting from any of that. My reply was 
to correct a misstatement about `__proto__`, and only that. Context!