| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index 58db989eb7443438350c57cda07376e255f17fd6..667d5caa6c426a837db396f8eff05276a8a77816 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -370,6 +370,7 @@ Handle<JSGlobalProxy> ReinitializeJSGlobalProxy(
|
| Handle<Object> SetPrototype(Handle<JSFunction> function,
|
| Handle<Object> prototype);
|
|
|
| +Handle<Object> PreventExtensions(Handle<JSObject> object);
|
|
|
| // Does lazy compilation of the given function. Returns true on success and
|
| // false if the compilation resulted in a stack overflow.
|
|
|