Changeset 24394 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Jul 17, 2007, 7:25:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r21889 r24394 233 233 }; 234 234 235 static const double mantissaOverflowLowerBound = 9007199254740992.0; 236 double parseIntOverflow(const char* s, int length, int radix); 237 235 238 UString escapeStringForPrettyPrinting(const UString& s); 236 239
Note:
See TracChangeset
for help on using the changeset viewer.