Changeset 111481 in webkit for trunk/Source/JavaScriptCore/jit/JITStubs.h
- Timestamp:
- Mar 20, 2012, 6:29:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubs.h
r109863 r111481 93 93 MacroAssemblerCodePtr ctiNativeCall; 94 94 MacroAssemblerCodePtr ctiNativeConstruct; 95 MacroAssemblerCodePtr ctiSoftModulo;96 95 }; 97 96 … … 324 323 return m_trampolineStructure.ctiNativeConstruct; 325 324 } 326 MacroAssemblerCodePtr ctiSoftModulo() { return m_trampolineStructure.ctiSoftModulo; }327 325 328 326 MacroAssemblerCodeRef ctiStub(JSGlobalData*, ThunkGenerator);
Note:
See TracChangeset
for help on using the changeset viewer.