| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 7f1f8fba41d378c5e035b066154acae206747039..5e54267e34cd1dc9d962adb364e9f8540b4e1006 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -2205,6 +2205,12 @@ class V8_EXPORT Object : public Value {
|
| PropertyAttribute attribute = None,
|
| AccessControl settings = DEFAULT);
|
|
|
| + void SetAccessorProperty(Local<String> name,
|
| + Local<Function> getter,
|
| + Handle<Function> setter = Handle<Function>(),
|
| + PropertyAttribute attribute = None,
|
| + AccessControl settings = DEFAULT);
|
| +
|
| /**
|
| * Functionality for private properties.
|
| * This is an experimental feature, use at your own risk.
|
|
|