Changeset 12069 in webkit for trunk/JavaScriptCore/kjs/lookup.cpp
- Timestamp:
- Jan 13, 2006, 1:32:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/lookup.cpp
r12040 r12069 77 77 78 78 int Lookup::find(const struct HashTable *table, 79 79 const UChar *c, unsigned int len) 80 80 { 81 81 const HashEntry *entry = ::findEntry(table, UString::Rep::computeHash(c, len), c, len);
Note:
See TracChangeset
for help on using the changeset viewer.