Bug 135632 - Move caching of undefined property lookup to GetByIDList.
Summary: Move caching of undefined property lookup to GetByIDList.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-05 18:49 PDT by Andreas Kling
Modified: 2014-08-11 10:25 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.04 KB, patch)
2014-08-05 18:50 PDT, Andreas Kling
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-08-05 18:49:54 PDT
Move caching of undefined property lookup to GetByIDList.
Comment 1 Andreas Kling 2014-08-05 18:50:47 PDT
Created attachment 236069 [details]
Patch
Comment 2 Mark Hahnenberg 2014-08-05 19:06:12 PDT
Man, this code is getting so gnarly.
Comment 3 Mark Hahnenberg 2014-08-05 19:21:57 PDT
Comment on attachment 236069 [details]
Patch

r=me. We should refactor all this stuff at some point.
Comment 4 Andreas Kling 2014-08-11 10:25:27 PDT
The original thingy was rolled out, removing the need for this follow-up.