Changeset 153271 in webkit for trunk/Source/JavaScriptCore/dfg/DFGAbstractValue.h
- Timestamp:
- Jul 24, 2013, 9:04:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGAbstractValue.h
r153213 r153271 244 244 } 245 245 246 bool hasClobberableState() const 247 { 248 return m_currentKnownStructure.isNeitherClearNorTop() 249 || !arrayModesAreClearOrTop(m_arrayModes); 250 } 251 246 252 void checkConsistency() const; 247 253
Note:
See TracChangeset
for help on using the changeset viewer.