Changeset 120676 in webkit for trunk/Source/JavaScriptCore/bytecompiler
- Timestamp:
- Jun 18, 2012, 11:07:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h
r120244 r120676 617 617 void addLineInfo(unsigned lineNo) 618 618 { 619 #if !ENABLE(OPCODE_SAMPLING) 620 if (m_shouldEmitRichSourceInfo) 621 #endif 622 m_codeBlock->addLineInfo(instructions().size(), lineNo); 619 m_codeBlock->addLineInfo(instructions().size(), lineNo); 623 620 } 624 621
Note:
See TracChangeset
for help on using the changeset viewer.