Changeset 184582 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
- Timestamp:
- May 19, 2015, 12:51:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
r184575 r184582 54 54 EncodedJSValue JSC_HOST_CALL globalFuncBuiltinLog(ExecState*); 55 55 56 // These global functions are only exposed to built-ins with private names e.g. @abs57 EncodedJSValue JSC_HOST_CALL globalPrivateFuncAbs(ExecState*);58 EncodedJSValue JSC_HOST_CALL globalPrivateFuncFloor(ExecState*);59 60 56 static const double mantissaOverflowLowerBound = 9007199254740992.0; 61 57 double parseIntOverflow(const LChar*, unsigned length, int radix);
Note:
See TracChangeset
for help on using the changeset viewer.