Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 7c2c1742a11b6da86cff73f10fa567646c540485..c46b85d0fb1e1aadeceb976b2675a9e5172ffd03 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -95,8 +95,9 @@ class CodeFactory final { |
static Callable FastNewClosure(Isolate* isolate, LanguageMode language_mode, |
FunctionKind kind); |
static Callable FastNewRestParameter(Isolate* isolate); |
+ static Callable FastNewStrictArguments(Isolate* isolate); |
- static Callable ArgumentsAccess(Isolate* isolate, bool is_unmapped_arguments, |
+ static Callable ArgumentsAccess(Isolate* isolate, |
bool has_duplicate_parameters); |
static Callable AllocateHeapNumber(Isolate* isolate); |