Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index da78c268ae962e2a591a2f7debc1737455285839..dcfb4a45d7b0bae7cc501cb64c83c3cde3e35cae 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -330,6 +330,7 @@ namespace internal { |
F(PromoteScheduledException, 0, 1) \ |
\ |
/* Contexts */ \ |
+ F(NewGlobalContext, 2, 1) \ |
F(NewFunctionContext, 1, 1) \ |
F(PushWithContext, 2, 1) \ |
F(PushCatchContext, 3, 1) \ |