Changeset 196149 in webkit for trunk/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp
- Timestamp:
- Feb 4, 2016, 2:07:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp
r195862 r196149 80 80 , m_valueProfileCount(0) 81 81 , m_llintCallLinkInfoCount(0) 82 #if ENABLE(BYTECODE_COMMENTS)83 , m_bytecodeCommentIterator(0)84 #endif85 82 { 86 83 for (auto& constantRegisterIndex : m_linkTimeConstants)
Note:
See TracChangeset
for help on using the changeset viewer.