Changeset 39252 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Dec 12, 2008, 1:31:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r39229 r39252 225 225 } 226 226 227 int expressionRangeForVPC(const Instruction*, int& divot, int& startOffset, int& endOffset);228 int lineNumberFor VPC(const Instruction* vPC);229 HandlerInfo* handlerForVPC(const Instruction* vPC);227 HandlerInfo* handlerForBytecodeOffset(unsigned bytecodeOffset); 228 int lineNumberForBytecodeOffset(unsigned bytecodeOffset); 229 int expressionRangeForBytecodeOffset(unsigned bytecodeOffset, int& divot, int& startOffset, int& endOffset); 230 230 231 231 #if ENABLE(JIT)
Note:
See TracChangeset
for help on using the changeset viewer.