medikoo (2013-06-10T14:50:22.000Z)
github at esdiscuss.org (2013-07-12T02:27:36.747Z)
`Object.setPrototypeOf` is really needed. Use cases for that are as rare as for `eval`, but exist and are valid. Currently I work on database engine written in JavaScript, and rely quite heavily on `__proto__`. Once I was asked By David Herman to explain my use cases. I prepared following gist then: https://gist.github.com/medikoo/5602644