Bug 111073

Summary: Changing enumerability of string indices should throw TypeError
Product: WebKit Reporter: André Bargull <andre.bargull>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: benjamin, ggaren, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.