Changeset 44711 in webkit for trunk/JavaScriptCore/bytecode/StructureStubInfo.h
- Timestamp:
- Jun 15, 2009, 10:35:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/StructureStubInfo.h
r40846 r44711 145 145 } u; 146 146 147 MacroAssembler::CodeLocationLabel stubRoutine;148 MacroAssembler::CodeLocationCall callReturnLocation;149 MacroAssembler::CodeLocationLabel hotPathBegin;147 CodeLocationLabel stubRoutine; 148 CodeLocationCall callReturnLocation; 149 CodeLocationLabel hotPathBegin; 150 150 }; 151 151
Note:
See TracChangeset
for help on using the changeset viewer.