Changeset 168480 in webkit for trunk/Source/JavaScriptCore/dfg/DFGValidate.cpp
- Timestamp:
- May 8, 2014, 12:07:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGValidate.cpp
r167325 r168480 46 46 #define VALIDATE(context, assertion) do { \ 47 47 if (!(assertion)) { \ 48 startCrashing(); \ 48 49 dataLogF("\n\n\nAt "); \ 49 50 reportValidationContext context; \ … … 57 58 #define V_EQUAL(context, left, right) do { \ 58 59 if (left != right) { \ 60 startCrashing(); \ 59 61 dataLogF("\n\n\nAt "); \ 60 62 reportValidationContext context; \
Note:
See TracChangeset
for help on using the changeset viewer.