Changeset 9033 in webkit for trunk/JavaScriptCore/kjs/lookup.cpp
- Timestamp:
- Apr 20, 2005, 3:14:35 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/lookup.cpp
r3373 r9033 32 32 using namespace KJS; 33 33 34 static bool keysMatch(const UChar *c, unsigned len, const char *s)34 static inline bool keysMatch(const UChar *c, unsigned len, const char *s) 35 35 { 36 36 for (unsigned i = 0; i != len; i++, c++, s++)
Note:
See TracChangeset
for help on using the changeset viewer.