Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup-inl.h133 inline Handle<InterceptorInfo> LookupIterator::GetInterceptor() const { in GetInterceptor() function
136 IsElement() ? GetInterceptor<true>(JSObject::cast(*holder_)) in GetInterceptor()
137 : GetInterceptor<false>(JSObject::cast(*holder_)); in GetInterceptor()
Dlookup.h197 inline Handle<InterceptorInfo> GetInterceptor() const;
254 inline InterceptorInfo* GetInterceptor(JSObject* holder) const { in GetInterceptor() function
Dlookup.cc1000 auto info = GetInterceptor<is_element>(holder); in SkipInterceptor()
Dobjects.cc1767 if (it->GetInterceptor()->all_can_read()) return true; in AllCanRead()
4984 return SetPropertyWithInterceptorInternal(it, it->GetInterceptor(), in SetPropertyWithInterceptor()
6361 return GetPropertyAttributesWithInterceptorInternal(it, it->GetInterceptor()); in GetPropertyAttributesWithInterceptor()
6806 Handle<InterceptorInfo> interceptor(it->GetInterceptor()); in DeletePropertyWithInterceptor()
7138 it, it->GetInterceptor(), should_throw, *desc); in OrdinaryDefineOwnProperty()
7878 Handle<InterceptorInfo> interceptor = it->GetInterceptor(); in GetPropertyDescriptorWithInterceptor()
16098 return GetPropertyWithInterceptorInternal(it, it->GetInterceptor(), done); in GetPropertyWithInterceptor()