Changeset 143283 in webkit for trunk/Source/JavaScriptCore/runtime/Identifier.h
- Timestamp:
- Feb 18, 2013, 5:56:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Identifier.h
r132925 r143283 151 151 static unsigned hash(const CharBuffer<T>& buf) 152 152 { 153 return StringHasher::computeHashAndMaskTop8Bits <T>(buf.s, buf.length);153 return StringHasher::computeHashAndMaskTop8Bits(buf.s, buf.length); 154 154 } 155 155
Note:
See TracChangeset
for help on using the changeset viewer.