Changeset 38839 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- Nov 29, 2008, 3:10:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.h
r38763 r38839 280 280 static JSObject* SFX_CALL cti_op_push_activation(CTI_ARGS); 281 281 282 #endif // ENABLE(JIT) 283 284 #if ENABLE(ASSEMBLER) 282 285 AssemblerBuffer* assemblerBuffer() const { return m_assemblerBuffer.get(); } 283 284 #endif // ENABLE(JIT) 286 #endif 285 287 286 288 // Default number of ticks before a timeout check should be done. … … 343 345 void* m_ctiVirtualCallLink; 344 346 void* m_ctiVirtualCall; 345 347 #endif 348 349 #if ENABLE(ASSEMBLER) 346 350 OwnPtr<AssemblerBuffer> m_assemblerBuffer; 347 351 #endif
Note:
See TracChangeset
for help on using the changeset viewer.