Bug 135632

Summary: Move caching of undefined property lookup to GetByIDList.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED INVALID    
Severity: Normal CC: kling, mhahnenberg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mhahnenberg: review+

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.