Changeset 135099 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCommon.h
- Timestamp:
- Nov 18, 2012, 6:58:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCommon.h
r128084 r135099 151 151 enum CapabilityLevel { CannotCompile, ShouldProfile, CanCompile, CapabilityLevelNotSet }; 152 152 153 // Unconditionally disable DFG disassembly support if the DFG is not compiled in. 154 inline bool shouldShowDisassembly() 155 { 156 return false; 157 } 158 153 159 } } // namespace JSC::DFG 154 160
Note:
See TracChangeset
for help on using the changeset viewer.