| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 65bf2c0dfc838f4afae702cb8ffd29b70c2f9713..fb1a1650538d43189b43d79c0e6e974a03772cab 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -89,6 +89,7 @@ class CodeFactory final {
|
| static Callable FastNewContext(Isolate* isolate, int slot_count);
|
| static Callable FastNewClosure(Isolate* isolate, LanguageMode language_mode,
|
| FunctionKind kind);
|
| + static Callable FastNewObject(Isolate* isolate);
|
| static Callable FastNewRestParameter(Isolate* isolate);
|
| static Callable FastNewSloppyArguments(Isolate* isolate);
|
| static Callable FastNewStrictArguments(Isolate* isolate);
|
|
|