Home | History | Annotate | Download | only in src

Lines Matching refs:INTERCEPTOR

5945 // Return information on whether an object has a named or indexed interceptor.
5963 // Return property names from named interceptor.
5980 // Return element names from indexed interceptor.
10842 // Bail out if we find a proxy or interceptor, likely not worth
10942 case LookupIterator::INTERCEPTOR:
11029 PropertyDetails d = it.state() == LookupIterator::INTERCEPTOR
11034 2, isolate->heap()->ToBoolean(it.state() == LookupIterator::INTERCEPTOR));
11090 // Return property value from named interceptor.
11107 // Return element value from indexed interceptor.