Bug 159593 - Structure should always be responsible for setting its HasReadOnlyOrGetterSetterPropertiesExcludingProto bit
Summary: Structure should always be responsible for setting its HasReadOnlyOrGetterSet...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-08 17:38 PDT by Saam Barati
Modified: 2016-07-08 17:38 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2016-07-08 17:38:00 PDT
Right now, it's sometimes Structure's responsibility, and it's sometimes JSObject's responsibility.
I think it'd be cleaner to have Structure always set the bit. I think we just need to change a few places
to do that.