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

Unified Diff: src/objects.h

Issue 390323002: Remove JSReceiver::GetPrototype and replace it with PrototypeIterator calls (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 5 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/json-stringifier.h ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index e13a90a89515d5ec03b0644b63d27fe669820320..b47bcb45d094db3b98cea9005de3f86d46f3d553 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1989,9 +1989,6 @@ class JSReceiver: public HeapObject {
Handle<JSReceiver> object,
uint32_t index);
- // Return the object's prototype (might be Heap::null_value()).
- inline Object* GetPrototype() const;
-
// Return the constructor function (may be Heap::null_value()).
inline Object* GetConstructor();
« no previous file with comments | « src/json-stringifier.h ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698