Andrea Giammarchi (2013-07-17T16:12:07.000Z)
domenic at domenicdenicola.com (2013-07-23T02:39:19.862Z)
you might want to double check `Object.getPrototypeOf(generic)` does the same as `Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').get.call(generic)`. Apologies if this is already the case. off topic: any idea when `Object.setPrototypeOf(generic, proto)` will be rolled out and `__proto__` not poisoned anymore ?