Changeset 60332 in webkit for trunk/JavaScriptCore/runtime/UString.h
- Timestamp:
- May 27, 2010, 4:43:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r59337 r60332 203 203 } 204 204 205 int compare(const UString&, const UString&); 205 inline int codePointCompare(const UString& s1, const UString& s2) 206 { 207 return codePointCompare(s1.rep(), s2.rep()); 208 } 206 209 207 210 // Rule from ECMA 15.2 about what an array index is.
Note:
See TracChangeset
for help on using the changeset viewer.