Home | History | Annotate | Download | only in ic

Lines Matching refs:INTERCEPTOR

227       case LookupIterator::INTERCEPTOR: {
979 case LookupIterator::INTERCEPTOR: {
983 // Perform a lookup behind the interceptor. Copy the LookupIterator since
1235 case LookupIterator::INTERCEPTOR: {
1447 case LookupIterator::INTERCEPTOR: {
2539 * Attempts to load a property with an interceptor (which must be present),
2542 * Returns |Heap::no_interceptor_result_sentinel()| if interceptor doesn't
2569 // Use the interceptor getter.
2602 * Loads a property with an interceptor performing post interceptor
2603 * lookup if interceptor failed.