Changeset 38303 in webkit for trunk/JavaScriptCore/VM/CTI.cpp
- Timestamp:
- Nov 11, 2008, 9:54:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CTI.cpp
r38294 r38303 169 169 #endif 170 170 171 inlineuintptr_t asInteger(JSValue* value)171 static ALWAYS_INLINE uintptr_t asInteger(JSValue* value) 172 172 { 173 173 return reinterpret_cast<uintptr_t>(value);
Note:
See TracChangeset
for help on using the changeset viewer.