Changeset 46598 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Jul 30, 2009, 1:57:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r46247 r46598 235 235 void refStructures(Instruction* vPC) const; 236 236 void derefStructures(Instruction* vPC) const; 237 #if ENABLE(JIT )237 #if ENABLE(JIT_OPTIMIZE_CALL) 238 238 void unlinkCallers(); 239 239 #endif
Note:
See TracChangeset
for help on using the changeset viewer.