Lines Matching full:interceptor
127 // Bail out if the receiver has a named interceptor or requires access checks.
368 Handle<InterceptorInfo> interceptor(holder_obj->GetNamedInterceptor());
369 ASSERT(!masm->isolate()->heap()->InNewSpace(*interceptor));
370 __ Move(kScratchRegister, interceptor);
713 // Check that the maps from receiver to interceptor's holder
714 // haven't changed and thus we can invoke interceptor.
723 // Invoke an interceptor and if it provides a value,
729 // Interceptor returned nothing for this property. Try to use cached
732 // Check that the maps from interceptor's holder to constant function's
1447 // So far the most popular follow ups for interceptor loads are FIELD
1464 // Compile the interceptor call, followed by inline code to load the
1470 // the holder and it is needed should the interceptor return without any
1477 // Save necessary data before invoking an interceptor.
1488 // Invoke an interceptor. Note: map checks from receiver to
1489 // interceptor's holder has been compiled before (see a caller
1495 // Check if interceptor provided a value for property. If it's
1515 // Call the runtime system to load the interceptor.