Bug 134037

Summary: Remove CompoundType and LeafType
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch fpizlo: review+

Description Mark Hahnenberg 2014-06-18 13:47:06 PDT
We don't use them for anything. We'll replace them with a generic CellType type for all the objects that are JSCells, aren't JSObjects, and for which we generally don't care about their JSType at runtime.
Comment 1 Mark Hahnenberg 2014-06-18 13:49:15 PDT
Created attachment 233324 [details]
Patch
Comment 2 Mark Hahnenberg 2014-06-18 16:17:21 PDT
Committed r170129: <http://trac.webkit.org/changeset/170129>