Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index e0e0b4845316c5b445530c4da0fc2768f13a6fd9..0e939cc32db5949125d131624e256fff660bba08 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -395,6 +395,7 @@ namespace internal { |
\ |
/* Statements */ \ |
F(NewClosure, 3, 1) \ |
+ F(NewClosureBailout, 1, 1) \ |
Michael Starzinger
2013/08/27 08:12:51
The other runtime functions jumped to by a stub ba
|
F(NewObject, 1, 1) \ |
F(NewObjectFromBound, 1, 1) \ |
F(FinalizeInstanceSize, 1, 1) \ |