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

Unified Diff: include/v8.h

Issue 377213002: Add FunctionTemplate::GetClassName to API. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « no previous file | src/api.cc » ('j') | src/api.cc » ('J')
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 88e9a611cc142277eac35ed717f3e390b2ba09d1..fc8276aeb4fb038e9442f6e7819e717c5c4a4d98 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -3481,6 +3481,9 @@ class V8_EXPORT FunctionTemplate : public Template {
*/
void SetClassName(Handle<String> name);
+ /** Returns the class name of the FunctionTemplate. */
+ Local<String> GetClassName();
+
/**
* Determines whether the __proto__ accessor ignores instances of
* the function template. If instances of the function template are
« no previous file with comments | « no previous file | src/api.cc » ('j') | src/api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698