Changeset 158141 in webkit for trunk/Source/JavaScriptCore/dfg/DFGOSRExitCompilationInfo.h
- Timestamp:
- Oct 28, 2013, 3:32:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGOSRExitCompilationInfo.h
r138276 r158141 38 38 39 39 struct OSRExitCompilationInfo { 40 OSRExitCompilationInfo() 41 : m_watchpointIndex(std::numeric_limits<unsigned>::max()) 42 { 43 } 44 40 45 MacroAssembler::JumpList m_failureJumps; 46 unsigned m_watchpointIndex; 41 47 }; 42 48
Note:
See TracChangeset
for help on using the changeset viewer.