| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 24ee60f1bb4dcec1934b5d1a486f41bc734dd2f0..56422cdda6c6fbccc5cc2b8d4d8dc1f15453873e 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -3418,6 +3418,12 @@ class V8_EXPORT FunctionTemplate : public Template {
|
| void ReadOnlyPrototype();
|
|
|
| /**
|
| + * Removes the prototype property from functions created from this
|
| + * FunctionTemplate.
|
| + */
|
| + void RemovePrototype();
|
| +
|
| + /**
|
| * Returns true if the given object is an instance of this function
|
| * template.
|
| */
|
|
|