Home
last modified time | relevance | path

Searched refs:AllCanRead (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.h2726 static bool AllCanRead(LookupIterator* it);
Dobjects.cc1755 bool JSObject::AllCanRead(LookupIterator* it) { in AllCanRead() function in v8::internal::JSObject
1955 while (AllCanRead(it)) { in GetPropertyWithFailedAccessCheck()
1996 while (AllCanRead(it)) { in GetPropertyAttributesWithFailedAccessCheck()
7868 } else if (!JSObject::AllCanRead(it) || in GetPropertyDescriptorWithInterceptor()