Changeset 55881 in webkit for trunk/JavaScriptCore/runtime/UStringImpl.h
- Timestamp:
- Mar 11, 2010, 7:25:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UStringImpl.h
r55878 r55881 254 254 } 255 255 256 // SYNC SYNC SYNC257 // SYNC SYNC SYNC258 // SYNC SYNC SYNC259 // SYNC SYNC SYNC260 // SYNC SYNC SYNC261 262 256 unsigned hash() const { if (!m_hash) m_hash = computeHash(m_data, m_length); return m_hash; } 263 257 unsigned existingHash() const { ASSERT(m_hash); return m_hash; }
Note:
See TracChangeset
for help on using the changeset viewer.