Changeset 37415 in webkit for trunk/JavaScriptCore/kjs/ustring.cpp
- Timestamp:
- Oct 8, 2008, 2:18:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ustring.cpp
r37089 r37415 768 768 if (isnan(d)) 769 769 return concatenate(rep, "NaN"); 770 771 if (d == 0.0) // stringify -0 as 0 772 d = 0.0; 770 773 771 774 char buf[80];
Note:
See TracChangeset
for help on using the changeset viewer.