| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 6f849584a8feb534877d4097ec87273d31244dc2..6838f275b9643089032532046f816e5335797637 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -7141,11 +7141,6 @@ class JSFunction: public JSObject {
|
| static void SetInstancePrototype(Handle<JSFunction> function,
|
| Handle<Object> value);
|
|
|
| - // Creates a new closure for the fucntion with the same bindings,
|
| - // bound values, and prototype. An equivalent of spec operations
|
| - // ``CloneMethod`` and ``CloneBoundFunction``.
|
| - static Handle<JSFunction> CloneClosure(Handle<JSFunction> function);
|
| -
|
| // After prototype is removed, it will not be created when accessed, and
|
| // [[Construct]] from this function will not be allowed.
|
| bool RemovePrototype();
|
|
|