Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 0b2ecfb1d99b0700fd799f85013285207923417e..cc2eccaa792e2329cc93c9e65ded513202163d52 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -137,10 +137,10 @@ namespace internal { |
F(DateCurrentTime, 0, 1) \ |
F(ThrowNotDateError, 0, 1) |
- |
#define FOR_EACH_INTRINSIC_DEBUG(F) \ |
F(HandleDebuggerStatement, 0, 1) \ |
- F(DebugBreak, 0, 1) \ |
+ F(DebugBreak, 1, 1) \ |
+ F(DebugBreakOnBytecode, 1, 1) \ |
F(SetDebugEventListener, 2, 1) \ |
F(ScheduleBreak, 0, 1) \ |
F(DebugGetInternalProperties, 1, 1) \ |
@@ -195,7 +195,6 @@ namespace internal { |
F(DebugIsActive, 0, 1) \ |
F(DebugBreakInOptimizedCode, 0, 1) |
- |
#define FOR_EACH_INTRINSIC_FORIN(F) \ |
F(ForInDone, 2, 1) \ |
F(ForInEnumerate, 1, 1) \ |