Changeset 5648 in webkit for trunk/JavaScriptCore/kjs/ustring.cpp
- Timestamp:
- Dec 2, 2003, 8:04:55 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ustring.cpp
r5264 r5648 633 633 // empty string ? 634 634 if (*c == '\0') 635 return tolerant ? NaN : 0.0;635 return tolerant ? 0.0 : NaN; 636 636 637 637 // hex number ?
Note:
See TracChangeset
for help on using the changeset viewer.