Changeset 61743 in webkit for trunk/JavaScriptCore/bytecode
- Timestamp:
- Jun 24, 2010, 12:24:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r61588 r61743 353 353 { 354 354 if (!reparseForExceptionInfoIfNecessary(callFrame)) 355 return 0;355 return 1; 356 356 return binaryChop<CallReturnOffsetToBytecodeOffset, unsigned, getCallReturnOffset>(callReturnIndexVector().begin(), callReturnIndexVector().size(), getJITCode().offsetOf(returnAddress.value()))->bytecodeOffset; 357 357 }
Note:
See TracChangeset
for help on using the changeset viewer.