Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 89507d1a116061905555b03dad566dccad1f333c..687597e9e41b07ab57143f6b34851fd8051ac151 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -87,6 +87,9 @@ class CodeFactory final { |
static Callable FastNewClosure(Isolate* isolate, LanguageMode language_mode, |
FunctionKind kind); |
+ static Callable ArgumentsAccess(Isolate* isolate, |
+ ArgumentsAccessStub::Type type); |
+ |
static Callable AllocateHeapNumber(Isolate* isolate); |
static Callable CallFunction(Isolate* isolate, int argc, |