Chromium Code Reviews| Index: src/handles.h |
| =================================================================== |
| --- src/handles.h (revision 7254) |
| +++ src/handles.h (working copy) |
| @@ -334,6 +334,7 @@ |
| 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. |