| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index d6fbf67c08790b61ffd0bd1e4ecd91697211b2ab..4e5c8a657108d490110919bca37c8d131b7d7948 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -3771,6 +3771,13 @@ class V8_EXPORT ObjectTemplate : public Template {
|
| */
|
| void SetInternalFieldCount(int value);
|
|
|
| + /**
|
| + * Unset the flag of InterceptorInfo for interceptor real name property
|
| + * Default: Interceptor with all properties
|
| + */
|
| + void UninterceptorRealName(bool unset);
|
| +
|
| +
|
| private:
|
| ObjectTemplate();
|
| static Local<ObjectTemplate> New(internal::Isolate* isolate,
|
|
|