| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index 04f087bd8ec932471bd52537df128fbfb48d957a..90e51fa56cd1a3f1d56eb1235782103f9d1daf33 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -240,6 +240,8 @@ Handle<Object> GetPropertyWithInterceptor(Handle<JSObject> receiver,
|
|
|
| Handle<Object> GetPrototype(Handle<Object> obj);
|
|
|
| +Handle<Object> SetPrototype(Handle<JSObject> obj, Handle<Object> value);
|
| +
|
| // Return the object's hidden properties object. If the object has no hidden
|
| // properties and create_if_needed is true, then a new hidden property object
|
| // will be allocated. Otherwise the Heap::undefined_value is returned.
|
|
|