Changeset 20295 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Mar 18, 2007, 4:02:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.h
r17483 r20295 52 52 53 53 uint32_t toUInt32(bool* ok) const { return _ustring.toUInt32(ok); } 54 uint32_t toUInt32(bool* ok, bool tolerateEmptyString) const { return _ustring.toUInt32(ok, tolerateEmptyString); }; 54 55 uint32_t toStrictUInt32(bool* ok) const { return _ustring.toStrictUInt32(ok); } 55 56 unsigned toArrayIndex(bool* ok) const { return _ustring.toArrayIndex(ok); }
Note:
See TracChangeset
for help on using the changeset viewer.