| Index: src/lookup.h
|
| diff --git a/src/lookup.h b/src/lookup.h
|
| index bb65639165ad23324f5cee1668d689c72eb860c8..78494a9312850c75acbdd2b47b0a15aedfb7575c 100644
|
| --- a/src/lookup.h
|
| +++ b/src/lookup.h
|
| @@ -257,6 +257,7 @@ class LookupIterator final BASE_EMBEDDED {
|
| : GetInterceptor<false>(JSObject::cast(*holder_));
|
| return handle(result, isolate_);
|
| }
|
| + Handle<InterceptorInfo> GetInterceptorForFailedAccessCheck() const;
|
| Handle<Object> GetDataValue() const;
|
| void WriteDataValue(Handle<Object> value);
|
| inline void UpdateProtector() {
|
|
|