Re: [webidl] Add a platform object [[Set]] internal method so we can have prototype setters show through even if an object has a named property of the same name and can have named creators work correctly on [OverrideBuiltins] objects even if thre is a property with the same name on the prototype. (#45)

I think I have asked this before, but: what do you think of the idea of not exposing indexed and named properties through [[GetOwnPropertyDescriptor]] and [[DefineProperty]], and instead just exposing them through [[Get]] and [[Set]]? It seems to be a better fit, exposing them at that level. Is it too late for this?

---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/45#issuecomment-78425420

Received on Thursday, 12 March 2015 05:19:19 UTC