Brendan Eich (2013-05-08T21:05:26.000Z)
github at esdiscuss.org (2013-07-12T02:27:20.775Z)
Having `Object.setPrototypeOf` to match `Object.getPrototypeOf` is nice, better for proxies (with necessary changes to them), and polyfillable. Take my last note as an attitude adjustment, though. So long as `__proto__` endures, its brevity and legacy uses will tend to propagate its use into the future. In that light, pushing everything but the object literal `__proto__` special form into Annex B still rubs me the wrong way. I'd do both `O.p.__proto__` and the special form in the main spec, or both in Annex B (to make Andreas happy ;-). Not split them up.