Bug 32637 - [V8] Generate most named property getters.
Summary: [V8] Generate most named property getters.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks: 32455
  Show dependency treegraph
 
Reported: 2009-12-16 15:24 PST by Dimitri Glazkov (Google)
Modified: 2009-12-16 16:04 PST (History)
3 users (show)

See Also:


Attachments
Generate most named property getters. (7.06 KB, patch)
2009-12-16 15:38 PST, Dimitri Glazkov (Google)
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-12-16 15:24:25 PST
The only ones that will be left are those that require looking at inheritance of the IDL interfaces.
Comment 1 Dimitri Glazkov (Google) 2009-12-16 15:38:19 PST
Created attachment 45021 [details]
Generate most named property getters.
Comment 2 WebKit Review Bot 2009-12-16 15:43:36 PST
style-queue ran check-webkit-style on attachment 45021 [details] without any errors.
Comment 3 Dimitri Glazkov (Google) 2009-12-16 16:04:16 PST
Landed as http://trac.webkit.org/changeset/52224.