| Index: src/lookup.h
|
| diff --git a/src/lookup.h b/src/lookup.h
|
| index 48dce3a645732df9e45a06f41be205a2a7873bb7..849ce57bd668bd2dbad7b1581907e0f1915c9a29 100644
|
| --- a/src/lookup.h
|
| +++ b/src/lookup.h
|
| @@ -188,6 +188,7 @@ class LookupIterator final BASE_EMBEDDED {
|
| int GetConstantIndex() const;
|
| Handle<PropertyCell> GetPropertyCell() const;
|
| Handle<Object> GetAccessors() const;
|
| + Handle<InterceptorInfo> GetInterceptor() const;
|
| Handle<Object> GetDataValue() const;
|
| // Usually returns the value that was passed in, but may perform
|
| // non-observable modifications on it, such as internalize strings.
|
|
|