Changeset 59791 in webkit for trunk/JavaScriptCore/bytecode
- Timestamp:
- May 19, 2010, 4:24:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r59777 r59791 357 357 358 358 bool functionRegisterForBytecodeOffset(unsigned bytecodeOffset, int& functionRegisterIndex); 359 #else 360 unsigned bytecodeOffset(CallFrame*, Instruction* returnAddress) 361 { 362 return static_cast<Instruction*>(returnAddress) - instructions().begin(); 363 } 359 364 #endif 360 365
Note:
See TracChangeset
for help on using the changeset viewer.