Changeset 40995 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Feb 13, 2009, 4:01:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r40993 r40995 316 316 } 317 317 318 bool functionRegisterForBytecodeOffset(unsigned bytecodeOffset, int& functionRegisterIndex); 319 #endif 320 318 321 void setIsNumericCompareFunction(bool isNumericCompareFunction) { m_isNumericCompareFunction = isNumericCompareFunction; } 319 322 bool isNumericCompareFunction() { return m_isNumericCompareFunction; } 320 321 bool functionRegisterForBytecodeOffset(unsigned bytecodeOffset, int& functionRegisterIndex);322 #endif323 323 324 324 Vector<Instruction>& instructions() { return m_instructions; }
Note:
See TracChangeset
for help on using the changeset viewer.