Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 9abec628200bcd15e38d2df7d4801b4c56581db8..643f13067c621460c1e3dbae447c8a475b52cfc2 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -392,6 +392,7 @@ namespace internal { |
\ |
/* Statements */ \ |
F(NewClosure, 3, 1) \ |
+ F(NewClosureBailout, 1, 1) \ |
F(NewObject, 1, 1) \ |
F(NewObjectFromBound, 1, 1) \ |
F(FinalizeInstanceSize, 1, 1) \ |