Changeset 44745 in webkit for trunk/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Jun 16, 2009, 3:28:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r44743 r44745 1 2 1 /* 3 2 * Copyright (C) 2008, 2009 Apple Inc. All rights reserved. … … 72 71 , m_propertyAccessCompilationInfo(codeBlock ? codeBlock->numberOfStructureStubInfos() : 0) 73 72 , m_callStructureStubCompilationInfo(codeBlock ? codeBlock->numberOfCallLinkInfos() : 0) 74 , m_bytecodeIndex( -1)73 , m_bytecodeIndex((unsigned)-1) 75 74 , m_lastResultBytecodeRegister(std::numeric_limits<int>::max()) 76 75 , m_jumpTargetsPosition(0)
Note:
See TracChangeset
for help on using the changeset viewer.