Changeset 40169 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
- Timestamp:
- Jan 23, 2009, 11:40:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
r39670 r40169 53 53 static const double mantissaOverflowLowerBound = 9007199254740992.0; 54 54 double parseIntOverflow(const char*, int length, int radix); 55 bool isStrWhiteSpace(UChar); 55 56 56 57 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.