Changeset 110654 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.h
- Timestamp:
- Mar 13, 2012, 6:26:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.h
r110651 r110654 47 47 void* b; 48 48 }; 49 COMPILE_ASSERT(std::is_pod<SlowPathReturnType>::value, SlowPathReturnType_is_POD);50 49 51 50 inline SlowPathReturnType encodeResult(void* a, void* b)
Note:
See TracChangeset
for help on using the changeset viewer.