Changeset 118210 in webkit for trunk/Source/JavaScriptCore/heap/WeakBlock.h
- Timestamp:
- May 23, 2012, 11:29:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/WeakBlock.h
r115548 r118210 61 61 62 62 static WeakImpl* asWeakImpl(FreeCell*); 63 64 bool isEmpty(); 63 65 64 66 void sweep(); … … 152 154 } 153 155 156 inline bool WeakBlock::isEmpty() 157 { 158 return !m_sweepResult.isNull() && m_sweepResult.blockIsFree; 159 } 160 154 161 } // namespace JSC 155 162
Note:
See TracChangeset
for help on using the changeset viewer.