Changeset 4792 in webkit for trunk/JavaScriptCore/kjs/identifier.h
- Timestamp:
- Aug 8, 2003, 8:21:12 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.h
r4631 r4792 54 54 uint32_t toUInt32(bool *ok) const { return _ustring.toUInt32(ok); } 55 55 uint32_t toStrictUInt32(bool *ok) const { return _ustring.toStrictUInt32(ok); } 56 unsigned toArrayIndex(bool *ok) const { return _ustring.toArrayIndex(ok); } 56 57 double toDouble() const { return _ustring.toDouble(); } 57 58
Note:
See TracChangeset
for help on using the changeset viewer.