Changeset 36802 in webkit for trunk/JavaScriptCore/kjs/JSImmediate.h
- Timestamp:
- Sep 23, 2008, 12:46:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSImmediate.h
r36726 r36802 155 155 } 156 156 157 static ALWAYS_INLINE bool isAnyImmediate(const JSValue* v1, const JSValue* v2, JSValue* v3) 158 { 159 return (reinterpret_cast<uintptr_t>(v1) | reinterpret_cast<uintptr_t>(v2) | reinterpret_cast<uintptr_t>(v3)) & TagMask; 160 } 161 157 162 static ALWAYS_INLINE bool areBothImmediate(const JSValue* v1, const JSValue* v2) 158 163 {
Note:
See TracChangeset
for help on using the changeset viewer.