Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index b8918cdd33f6ad4dd48d74f2e52a8a693cff8fca..a3b8e20267e7305c8d4e99aa4a759b6866efb44a 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -97,6 +97,8 @@ namespace internal { |
F(AllocateInNewSpace, 1, 1) \ |
F(SetNativeFlag, 1, 1) \ |
F(StoreArrayLiteralElement, 5, 1) \ |
+ F(DebugStepIntoBuiltinCallback, 1, 1) \ |
+ F(PrepareBreakSlotsForCallback, 1, 1) \ |
\ |
/* Array join support */ \ |
F(PushIfAbsent, 2, 1) \ |