summaryrefslogtreecommitdiffstats
path: root/src/handles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/handles.h')
-rw-r--r--src/handles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/handles.h b/src/handles.h
index caa99664..79029095 100644
--- a/src/handles.h
+++ b/src/handles.h
@@ -245,6 +245,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.