Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 5615d4fb55ce945d1e17884bcedcb3f562b94039..c66d6fd9f728e837e52da8ea9bf946d29525092d 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -489,6 +489,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) \ |