Changeset 167313 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
- Timestamp:
- Apr 15, 2014, 10:46:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
r167199 r167313 54 54 EncodedJSValue JSC_HOST_CALL globalFuncBuiltinLog(ExecState*); 55 55 56 EncodedJSValue JSC_HOST_CALL globalFuncSetTypeErrorAccessor(ExecState*);57 58 56 static const double mantissaOverflowLowerBound = 9007199254740992.0; 59 57 double parseIntOverflow(const LChar*, unsigned length, int radix);
Note:
See TracChangeset
for help on using the changeset viewer.