Bug 96611

Summary: Testing whether indexing type is ArrayWithArrayStorage should not compare against ArrayWithArrayStorage
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 96596    
Attachments:
Description Flags
the patch barraclough: review+

Filip Pizlo
Reported 2012-09-13 00:25:00 PDT
We want to use m_indexingType's high bits for some additional state. That means that comparing directly against ArrayWithArrayStorage may lead to spurious failures when those high bits do get set.
Attachments
the patch (8.88 KB, patch)
2012-09-13 00:28 PDT, Filip Pizlo
barraclough: review+
Filip Pizlo
Comment 1 2012-09-13 00:28:15 PDT
Created attachment 163801 [details] the patch
Filip Pizlo
Comment 2 2012-09-13 01:40:14 PDT
Note You need to log in before you can comment on or make changes to this bug.