| Index: include/v8.h
|
| ===================================================================
|
| --- include/v8.h (revision 2967)
|
| +++ include/v8.h (working copy)
|
| @@ -1207,6 +1207,13 @@
|
| */
|
| Handle<Value> GetRealNamedPropertyInPrototypeChain(Handle<String> key);
|
|
|
| + /**
|
| + * If result.IsEmpty() no real property was located on the object or
|
| + * in the prototype chain.
|
| + * This means interceptors in the prototype chain are not called.
|
| + */
|
| + Handle<Value> GetRealNamedProperty(Handle<String> key);
|
| +
|
| /** Tests for a named lookup interceptor.*/
|
| bool HasNamedLookupInterceptor();
|
|
|
|
|