Searched refs:AllCanRead (Results 1 – 2 of 2) sorted by relevance
2726 static bool AllCanRead(LookupIterator* it);
1755 bool JSObject::AllCanRead(LookupIterator* it) { in AllCanRead() function in v8::internal::JSObject1955 while (AllCanRead(it)) { in GetPropertyWithFailedAccessCheck()1996 while (AllCanRead(it)) { in GetPropertyAttributesWithFailedAccessCheck()7868 } else if (!JSObject::AllCanRead(it) || in GetPropertyDescriptorWithInterceptor()