Changeset 180370 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
- Timestamp:
- Feb 19, 2015, 4:20:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
r167313 r180370 53 53 EncodedJSValue JSC_HOST_CALL globalFuncProtoSetter(ExecState*); 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. @abs 57 EncodedJSValue JSC_HOST_CALL globalPrivateFuncAbs(ExecState*); 58 EncodedJSValue JSC_HOST_CALL globalPrivateFuncFloor(ExecState*); 59 56 60 static const double mantissaOverflowLowerBound = 9007199254740992.0; 57 61 double parseIntOverflow(const LChar*, unsigned length, int radix);
Note:
See TracChangeset
for help on using the changeset viewer.