Changeset 31147 in webkit for trunk/JavaScriptCore/kjs/identifier.h
- Timestamp:
- Mar 18, 2008, 9:23:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.h
r27206 r31147 62 62 friend bool operator==(const Identifier&, const char*); 63 63 64 static void remove(UString::Rep* 64 static void remove(UString::Rep*); 65 65 66 66 static bool equal(const UString::Rep*, const char*); 67 67 static bool equal(const UString::Rep*, const UChar*, int length); 68 68 static bool equal(const UString::Rep*, const UString::Rep*); 69 70 static PassRefPtr<UString::Rep> add(const char*); 69 71 70 72 private: … … 76 78 { return equal(a._ustring.rep(), b); } 77 79 78 static PassRefPtr<UString::Rep> add(const char*);79 80 static PassRefPtr<UString::Rep> add(const UChar*, int length); 80 81 static PassRefPtr<UString::Rep> add(UString::Rep* r)
Note:
See TracChangeset
for help on using the changeset viewer.