[Bug 21929] named properties object should disallow definition of non-configurable properties

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

Travis Leithead [MSFT] <travil@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |travil@microsoft.com

--- Comment #3 from Travis Leithead [MSFT] <travil@microsoft.com> ---
Is this behavior for [[DefineOwnProperty]], now basically the same as if the
named properties object were considered non-extensible? e.g., it seems weird to
get this behavior, yet Object.isExtensible() would still say true? If we
changed this to simply mark the option (internally) as preventExtensions()
would that do the trick?

Of course, it's weird to have own properties magically come and go too, so I'm
not sure what's more or less consistent here...?

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

Received on Monday, 7 October 2013 21:07:48 UTC