Changeset 164216 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCommon.h
- Timestamp:
- Feb 17, 2014, 5:14:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCommon.h
r164207 r164216 296 296 return Options::showDisassembly() || Options::showDFGDisassembly() || (isFTL(mode) && Options::showFTLDisassembly()); 297 297 #else 298 UNUSED_PARAM(mode); 298 299 return false; 299 300 #endif
Note:
See TracChangeset
for help on using the changeset viewer.