[Bug 29376] Need an abstract operation for "is this an IDL-defined property"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29376

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #5 from Anne <annevk@annevk.nl> ---
Domenic, keeping the list in HTML is problematic since HTML does not have the
exhaustive list (at least not without inspecting IDL). They would easily get
out of sync.

However, I'm wondering now if perhaps Location can use the same overrides that
WindowProxy uses for this.

Where [[GetOwnProperty]] always sets [[Configurable]] to true and
[[DefineOwnProperty]] throws if [[Configurable]] is false.

Boris, what do you think?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 18 January 2016 08:30:58 UTC