Bug 133822 - Constructors should eagerly reify their properties too
Summary: Constructors should eagerly reify their properties too
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-12 14:28 PDT by Sam Weinig
Modified: 2016-01-30 10:40 PST (History)
10 users (show)

See Also:


Attachments
Patch (32.74 KB, patch)
2014-06-12 14:32 PDT, Sam Weinig
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.