| Index: src/handles.h
|
| ===================================================================
|
| --- src/handles.h (revision 3935)
|
| +++ src/handles.h (working copy)
|
| @@ -245,6 +245,8 @@
|
|
|
| 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.
|
|
|