Lines Matching refs:INTERCEPTOR
88 case LookupIterator::INTERCEPTOR: { in HasProperty()
139 case LookupIterator::INTERCEPTOR: in GetDataProperty()
584 case LookupIterator::INTERCEPTOR: { in GetPropertyAttributes()
810 case LookupIterator::INTERCEPTOR: { in DeleteProperty()
1216 if (it->state() == LookupIterator::INTERCEPTOR) { in OrdinaryDefineOwnProperty()
1569 it->state() != LookupIterator::INTERCEPTOR)) { in GetPropertyDescriptorWithInterceptor()
1576 if (it->state() == LookupIterator::INTERCEPTOR) { in GetPropertyDescriptorWithInterceptor()
2266 it->state() == LookupIterator::INTERCEPTOR); in AllCanRead()
2273 } else if (it->state() == LookupIterator::INTERCEPTOR) { in AllCanRead()
2294 DCHECK_EQ(LookupIterator::INTERCEPTOR, it->state()); in GetPropertyWithFailedAccessCheck()
2334 DCHECK_EQ(LookupIterator::INTERCEPTOR, it->state()); in GetPropertyAttributesWithFailedAccessCheck()
3122 DCHECK_EQ(LookupIterator::INTERCEPTOR, it->state()); in SetPropertyWithInterceptor()
3309 case LookupIterator::INTERCEPTOR: in DefineOwnPropertyIgnoreAttributes()
3694 DCHECK_EQ(LookupIterator::INTERCEPTOR, it->state()); in DeletePropertyWithInterceptor()
4977 DCHECK_EQ(LookupIterator::INTERCEPTOR, it->state()); in GetPropertyWithInterceptor()