| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 0ee92f7c25eece0684dd8fdfe090be84d3446f2a..f79d39b5bd413160368a1416f9445f6852e52676 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -148,12 +148,9 @@ class V8_EXPORT_PRIVATE CodeFactory final {
|
| ScopeType scope_type);
|
| static Callable FastNewClosure(Isolate* isolate);
|
| static Callable FastNewObject(Isolate* isolate);
|
| - static Callable FastNewRestParameter(Isolate* isolate,
|
| - bool skip_stub_frame = false);
|
| - static Callable FastNewSloppyArguments(Isolate* isolate,
|
| - bool skip_stub_frame = false);
|
| - static Callable FastNewStrictArguments(Isolate* isolate,
|
| - bool skip_stub_frame = false);
|
| + static Callable FastNewRestParameter(Isolate* isolate);
|
| + static Callable FastNewSloppyArguments(Isolate* isolate);
|
| + static Callable FastNewStrictArguments(Isolate* isolate);
|
|
|
| static Callable CopyFastSmiOrObjectElements(Isolate* isolate);
|
| static Callable GrowFastDoubleElements(Isolate* isolate);
|
|
|