Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index c36c96022627b9e7e38318f7b4c0240880f006b2..9b424252df8ec330ce759be9ce78e091166d5502 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -488,6 +488,7 @@ namespace internal { |
F(NewStrictArguments, 1, 1) \ |
F(NewRestParameter, 1, 1) \ |
F(NewSloppyArguments, 3, 1) \ |
+ F(NewArgumentsElements, 2, 1) \ |
F(NewClosure, 1, 1) \ |
F(NewClosure_Tenured, 1, 1) \ |
F(NewScriptContext, 2, 1) \ |