Changeset 46247 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Jul 22, 2009, 3:17:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r46210 r46247 106 106 CodeLocationDataLabelPtr hotPathBegin; 107 107 CodeLocationNearCall hotPathOther; 108 CodeBlock* ownerCodeBlock; 108 109 CodeBlock* callee; 109 110 unsigned position; … … 320 321 321 322 #if ENABLE(JIT) 323 JITCode& getJITCode() { return ownerNode()->generatedJITCode(); } 322 324 void setJITCode(JITCode); 323 325 ExecutablePool* executablePool() { return ownerNode()->getExecutablePool(); }
Note:
See TracChangeset
for help on using the changeset viewer.