Changeset 184575 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
- Timestamp:
- May 19, 2015, 10:06:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
r180370 r184575 61 61 double parseIntOverflow(const LChar*, unsigned length, int radix); 62 62 bool isStrWhiteSpace(UChar); 63 double jsToNumber( const WTF::String&);63 double jsToNumber(StringView); 64 64 65 65 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.