| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index d40c160ad1b1daacddb73c2c88e0f4799911f5af..f8b91a913d4a3c443e8cca897ca8a30dadb60b6d 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -508,7 +508,6 @@ class Factory final {
|
|
|
| Handle<JSFunction> NewFunction(Handle<String> name, Handle<Code> code,
|
| Handle<Object> prototype,
|
| - bool read_only_prototype = false,
|
| bool is_strict = false);
|
| Handle<JSFunction> NewFunction(Handle<String> name);
|
| Handle<JSFunction> NewFunctionWithoutPrototype(Handle<String> name,
|
| @@ -526,8 +525,6 @@ class Factory final {
|
| Handle<JSFunction> NewFunction(Handle<String> name, Handle<Code> code,
|
| Handle<Object> prototype, InstanceType type,
|
| int instance_size,
|
| - bool read_only_prototype = false,
|
| - bool install_constructor = false,
|
| bool is_strict = false);
|
| Handle<JSFunction> NewFunction(Handle<String> name,
|
| Handle<Code> code,
|
|
|