medikoo (2013-06-10T14:50:22.000Z)
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




--
View this message in context: http://mozilla.6506.n7.nabble.com/Is-proto-ready-needed-tp281048p281061.html
Sent from the Mozilla - ECMAScript 4 discussion mailing list archive at Nabble.com.
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