Changeset 167137 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
- Timestamp:
- Apr 11, 2014, 11:39:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
r167020 r167137 53 53 EncodedJSValue JSC_HOST_CALL globalFuncProtoSetter(ExecState*); 54 54 EncodedJSValue JSC_HOST_CALL globalFuncSetTypeErrorAccessor(ExecState*); 55 EncodedJSValue JSC_HOST_CALL globalFuncBuiltinLog(ExecState*); 55 56 56 57 static const double mantissaOverflowLowerBound = 9007199254740992.0;
Note:
See TracChangeset
for help on using the changeset viewer.