Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(967)

Unified Diff: src/handles.h

Issue 18089024: Handlify JSObject::SetPrototype method. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/api.cc ('k') | src/handles.cc » ('j') | src/objects.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/handles.h
diff --git a/src/handles.h b/src/handles.h
index 0cd4f5bca9aea0fc5ae9e19a36845ae1f9757a23..52e9752e4442607fd34094b4a42c92c43e95d9c2 100644
--- a/src/handles.h
+++ b/src/handles.h
@@ -244,8 +244,6 @@ Handle<Object> GetProperty(Isolate* isolate,
Handle<Object> obj,
Handle<Object> key);
-Handle<Object> SetPrototype(Handle<JSObject> obj, Handle<Object> value);
-
Handle<Object> LookupSingleCharacterStringFromCode(Isolate* isolate,
uint32_t index);
« no previous file with comments | « src/api.cc ('k') | src/handles.cc » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698