RESOLVED WORKSFORME 111073
Changing enumerability of string indices should throw TypeError
https://bugs.webkit.org/show_bug.cgi?id=111073
Summary Changing enumerability of string indices should throw TypeError
André Bargull
Reported 2013-02-28 06:27:46 PST
The following test case should throw a TypeError, but currently it does not. --- "use strict"; Object.defineProperty(new String("a"), "0", {enumerable:false}) ---
Attachments
Benjamin Poulain
Comment 1 2016-06-23 21:34:20 PDT
It works for me. Someone probably fixed this bug since you report it. Closing this report.
Note You need to log in before you can comment on or make changes to this bug.