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)

Applied the review comments.

As far as adding a [[Get]], see the public-script-coord discussion with Domenic.  I think the overall agreement was that having [[GetOwnProperty]] match [[Get]] is nice, so we don't get weirdness with [[GetOwnProperty]] claiming props don't exist while they are being enumerated and gotten... Basically, try to keep weirdness to a minimum.

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

Received on Thursday, 12 March 2015 15:43:03 UTC