Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index eb0b552f605dc196f0329cb4c8ed46c00304621b..f6e95f1e1b2431796ec70771d70e98a42c966dd2 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -2326,6 +2326,8 @@ class V8EXPORT FunctionTemplate : public Template { |
| */ |
| Local<ObjectTemplate> PrototypeTemplate(); |
| + /** Set the predefined length property for the FunctionTemplate. */ |
| + void SetLength(int length); |
| /** |
| * Set the class name of the FunctionTemplate. This is used for |