| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index a67b5b81e2bd0261afe3ecb8e6f3d3e3c60e0a99..5a67b27fd54b07caa76ea9fd5d3229a3761a6140 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -88,6 +88,9 @@ class CodeFactory final {
|
| static Callable FastNewClosure(Isolate* isolate, LanguageMode language_mode,
|
| FunctionKind kind);
|
|
|
| + static Callable ArgumentsAccess(Isolate* isolate, bool is_unmapped_arguments,
|
| + bool has_duplicate_parameters);
|
| +
|
| static Callable AllocateHeapNumber(Isolate* isolate);
|
|
|
| static Callable CallFunction(Isolate* isolate, int argc,
|
|
|