Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index f87e993cc80af950c34d8418acede0a5b7ea8ed4..f3276a7071d03c9d2b1ccead248eafe869ca604a 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -207,6 +207,7 @@ namespace internal { |
F(FunctionIsBuiltin, 1, 1) \ |
F(SetCode, 2, 1) \ |
F(SetNativeFlag, 1, 1) \ |
+ F(ThrowStrongModeTooFewArguments, 0, 1) \ |
F(IsConstructor, 1, 1) \ |
F(SetInlineBuiltinFlag, 1, 1) \ |
F(FunctionBindArguments, 4, 1) \ |