Changeset 156020 in webkit for trunk/Source/JavaScriptCore/runtime/JSCJSValue.h
- Timestamp:
- Sep 17, 2013, 6:48:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCJSValue.h
r156019 r156020 277 277 JS_EXPORT_PRIVATE JSObject* synthesizePrototype(ExecState*) const; 278 278 279 #if USE(JSVALUE64)280 279 // Constants used for Int52. Int52 isn't part of JSValue right now, but JSValues may be 281 280 // converted to Int52s and back again. 282 281 static const unsigned numberOfInt52Bits = 52; 283 282 static const unsigned int52ShiftAmount = 12; 284 #endif285 283 286 284 private:
Note:
See TracChangeset
for help on using the changeset viewer.