Changeset 58907 in webkit for trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
- Timestamp:
- May 6, 2010, 1:47:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
r58902 r58907 1632 1632 void BytecodeGenerator::emitDebugHook(DebugHookID debugHookID, int firstLine, int lastLine) 1633 1633 { 1634 #if ENABLE(DEBUG_WITH_BREAKPOINT) 1635 if (debugHookID != DidReachBreakpoint) 1636 return; 1637 #else 1634 1638 if (!m_shouldEmitDebugHooks) 1635 1639 return; 1640 #endif 1636 1641 emitOpcode(op_debug); 1637 1642 instructions().append(debugHookID);
Note:
See TracChangeset
for help on using the changeset viewer.