Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-forin.cc88 result = JSObject::GetPropertyAttributesWithFailedAccessCheck(&it); in HasEnumerableProperty()
/external/v8/src/
Dobjects.h2428 GetPropertyAttributesWithFailedAccessCheck(LookupIterator* it);
Dobjects.cc988 JSObject::GetPropertyAttributesWithFailedAccessCheck(it); in HasProperty()
1989 Maybe<PropertyAttributes> JSObject::GetPropertyAttributesWithFailedAccessCheck( in GetPropertyAttributesWithFailedAccessCheck() function in v8::internal::JSObject
6382 return JSObject::GetPropertyAttributesWithFailedAccessCheck(it); in GetPropertyAttributes()