Searched refs:GetInterceptor (Results 1 – 4 of 4) sorted by relevance
133 inline Handle<InterceptorInfo> LookupIterator::GetInterceptor() const { in GetInterceptor() function136 IsElement() ? GetInterceptor<true>(JSObject::cast(*holder_)) in GetInterceptor()137 : GetInterceptor<false>(JSObject::cast(*holder_)); in GetInterceptor()
197 inline Handle<InterceptorInfo> GetInterceptor() const;254 inline InterceptorInfo* GetInterceptor(JSObject* holder) const { in GetInterceptor() function
1000 auto info = GetInterceptor<is_element>(holder); in SkipInterceptor()
1767 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()