Changeset 44743 in webkit for trunk/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Jun 16, 2009, 3:20:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r44713 r44743 72 72 , m_propertyAccessCompilationInfo(codeBlock ? codeBlock->numberOfStructureStubInfos() : 0) 73 73 , m_callStructureStubCompilationInfo(codeBlock ? codeBlock->numberOfCallLinkInfos() : 0) 74 , m_bytecodeIndex(-1) 74 75 , m_lastResultBytecodeRegister(std::numeric_limits<int>::max()) 75 76 , m_jumpTargetsPosition(0)
Note:
See TracChangeset
for help on using the changeset viewer.