Home
last modified time | relevance | path

Searched refs:TryLookupCachedProperty (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup.h207 bool TryLookupCachedProperty(Handle<AccessorPair> accessor);
208 bool TryLookupCachedProperty();
Dlookup.cc1404 bool LookupIterator::TryLookupCachedProperty(Handle<AccessorPair> accessor) { in TryLookupCachedProperty() function in v8::internal::LookupIterator
1409 bool LookupIterator::TryLookupCachedProperty() { in TryLookupCachedProperty() function in v8::internal::LookupIterator
Dobjects.cc1452 if (it->TryLookupCachedProperty(accessor_pair)) { in GetPropertyWithAccessor()
/third_party/node/deps/v8/src/ic/
Dic.cc824 if (lookup->TryLookupCachedProperty()) { in UpdateCaches()
1026 if (lookup->TryLookupCachedProperty(accessor_pair)) { in ComputeHandler()