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

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

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

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> ---
The [[Delete]] defined in the spec now works for ES5 but not ES6: in ES6
[[Delete]] just returns a boolean indicating success or not and the caller
throws or not based on strict mode...

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

Received on Friday, 9 August 2013 19:10:25 UTC