Changeset 2846 in webkit for trunk/JavaScriptCore/kjs/identifier.h
- Timestamp:
- Nov 23, 2002, 11:49:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.h
r2776 r2846 50 50 51 51 unsigned long toULong(bool *ok) const { return _ustring.toULong(ok); } 52 uint32_t toUInt32(bool *ok) const { return _ustring.toUInt32(ok); } 52 53 double toDouble() const { return _ustring.toDouble(); } 53 54
Note:
See TracChangeset
for help on using the changeset viewer.