Bug 133822

Summary: Constructors should eagerly reify their properties too
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, cdumez, cgarcia, commit-queue, eric.carlson, glenn, jer.noble, jsbell, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=140575
Attachments:
Description Flags
Patch kling: review+

Description Sam Weinig 2014-06-12 14:28:22 PDT
Constructors should eagerly reify their properties too
Comment 1 Sam Weinig 2014-06-12 14:32:56 PDT
Created attachment 232987 [details]
Patch
Comment 2 Sam Weinig 2014-06-13 15:54:30 PDT
Committed revision 169954.
Comment 3 Geoffrey Garen 2014-06-16 11:46:09 PDT
Comment on attachment 232987 [details]
Patch

Did you remember to remove the OverridesGetOwnPropertySlot flag? I don't see that here. Removing that flag makes property access faster.