Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index d7566c297d7c5a3ec3f533a42200666b44659cd8..33ab22b38e6efcaeb0aad77c3630e2f5e0c0a4ac 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -82,6 +82,7 @@ namespace internal { |
F(GetFunctionDelegate, 1, 1) \ |
F(GetConstructorDelegate, 1, 1) \ |
F(NewArgumentsFast, 3, 1) \ |
+ F(NewStrictArgumentsFast, 3, 1) \ |
F(LazyCompile, 1, 1) \ |
F(LazyRecompile, 1, 1) \ |
F(NotifyDeoptimized, 1, 1) \ |