Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h1806 GetPropertyAttributesWithFailedAccessCheck(LookupIterator* it);
Dobjects.cc601 Maybe<PropertyAttributes> JSObject::GetPropertyAttributesWithFailedAccessCheck( in GetPropertyAttributesWithFailedAccessCheck() function in v8::internal::JSObject
4004 return JSObject::GetPropertyAttributesWithFailedAccessCheck(it); in GetPropertyAttributes()