Searched refs:TryLookupCachedProperty (Results 1 – 4 of 4) sorted by relevance
207 bool TryLookupCachedProperty(Handle<AccessorPair> accessor);208 bool TryLookupCachedProperty();
1404 bool LookupIterator::TryLookupCachedProperty(Handle<AccessorPair> accessor) { in TryLookupCachedProperty() function in v8::internal::LookupIterator1409 bool LookupIterator::TryLookupCachedProperty() { in TryLookupCachedProperty() function in v8::internal::LookupIterator
1452 if (it->TryLookupCachedProperty(accessor_pair)) { in GetPropertyWithAccessor()
824 if (lookup->TryLookupCachedProperty()) { in UpdateCaches()1026 if (lookup->TryLookupCachedProperty(accessor_pair)) { in ComputeHandler()