Changeset 53354 in webkit for trunk/JavaScriptCore/runtime/Operations.h
- Timestamp:
- Jan 15, 2010, 5:56:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Operations.h
r53341 r53354 265 265 } 266 266 267 inlinebool jsLess(CallFrame* callFrame, JSValue v1, JSValue v2)267 ALWAYS_INLINE bool jsLess(CallFrame* callFrame, JSValue v1, JSValue v2) 268 268 { 269 269 if (v1.isInt32() && v2.isInt32())
Note:
See TracChangeset
for help on using the changeset viewer.