| 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
|
|
|