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

Unified Diff: include/v8.h

Issue 438303003: Removed GetConstructor from the API (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index b1eace3d1f7b60f69642b913ad1bb1dc4a3690d2..f702166cd4d281965f2caba33a616888eb7cb0fb 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -2226,12 +2226,6 @@ class V8_EXPORT Object : public Value {
Local<String> ObjectProtoToString();
/**
- * Returns the function invoked as a constructor for this object.
- * May be the null value.
- */
- Local<Value> GetConstructor();
-
- /**
* Returns the name of the function invoked as a constructor for this object.
*/
Local<String> GetConstructorName();
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698