Bug 76097 - Object.defineProperty([], 'length', {}) should not make length read-only
Summary: Object.defineProperty([], 'length', {}) should not make length read-only
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-11 12:50 PST by Gavin Barraclough
Modified: 2012-01-11 17:30 PST (History)
0 users

See Also:


Attachments
Fix (7.09 KB, patch)
2012-01-11 13:01 PST, Gavin Barraclough
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2012-01-11 12:50:02 PST
We should be checking writablePresent().
Comment 1 Gavin Barraclough 2012-01-11 13:01:54 PST
Created attachment 122081 [details]
Fix
Comment 2 Gavin Barraclough 2012-01-11 17:30:42 PST
Fixed in r104777.