Chromium Code Reviews| Index: src/lookup.h |
| diff --git a/src/lookup.h b/src/lookup.h |
| index 4f025a32bce0d45c19263f54cbe624a3adc58b29..742d2fe0589de9866d475e280224085ea2309a23 100644 |
| --- a/src/lookup.h |
| +++ b/src/lookup.h |
| @@ -262,6 +262,10 @@ class V8_EXPORT_PRIVATE LookupIterator final BASE_EMBEDDED { |
| } |
| } |
| + // Lookup a 'cached' private property for an accessor. |
| + // If not found returns false and leaves the LookupIterator unmodified. |
| + bool TryLookupCacheProperty(); |
|
Toon Verwaest
2016/10/21 08:22:14
TryLookupCache*d*Property
vogelheim
2016/11/03 16:12:24
Done.
|
| + |
| private: |
| void InternalUpdateProtector(); |