Changeset 156123 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Sep 19, 2013, 3:23:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r155558 r156123 126 126 }; 127 127 128 #if ENABLE(DFG_JIT)129 128 class ConservativeRoots; 130 129 … … 164 163 #if COMPILER(MSVC) 165 164 #pragma warning(pop) 166 #endif167 165 #endif 168 166 … … 355 353 void* targetMachinePCForThrow; 356 354 Instruction* targetInterpreterPCForThrow; 357 #if ENABLE(DFG_JIT)358 355 uint32_t osrExitIndex; 359 356 void* osrExitJumpDestination; … … 382 379 383 380 void gatherConservativeRoots(ConservativeRoots&); 384 #endif385 381 386 382 JSGlobalObject* dynamicGlobalObject;
Note:
See TracChangeset
for help on using the changeset viewer.