Changeset 237486 in webkit for trunk/Source/JavaScriptCore/jit/JITDisassembler.cpp
- Timestamp:
- Oct 26, 2018, 4:34:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITDisassembler.cpp
r237479 r237486 42 42 JITDisassembler::JITDisassembler(CodeBlock *codeBlock) 43 43 : m_codeBlock(codeBlock) 44 , m_labelForBytecodeIndexInMainPath(codeBlock->instruction s().size())45 , m_labelForBytecodeIndexInSlowPath(codeBlock->instruction s().size())44 , m_labelForBytecodeIndexInMainPath(codeBlock->instructionCount()) 45 , m_labelForBytecodeIndexInSlowPath(codeBlock->instructionCount()) 46 46 { 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.