Lines Matching full:interceptor
137 // Bail out if the receiver has a named interceptor or requires access checks.
746 Handle<InterceptorInfo> interceptor(holder_obj->GetNamedInterceptor());
747 ASSERT(!masm->isolate()->heap()->InNewSpace(*interceptor));
749 __ li(scratch, Operand(interceptor));
989 // Check that the maps from receiver to interceptor's holder
990 // haven't changed and thus we can invoke interceptor.
999 // Invoke an interceptor and if it provides a value,
1005 // Interceptor returned nothing for this property. Try to use cached
1008 // Check that the maps from interceptor's holder to constant function's
1061 // Call a runtime function to load the interceptor property.
1092 // If interceptor returns no-result sentinel, call the constant function.
1415 // So far the most popular follow ups for interceptor loads are FIELD
1432 // Compile the interceptor call, followed by inline code to load the
1438 // the holder and it is needed should the interceptor return without any
1445 // Save necessary data before invoking an interceptor.
1454 // Invoke an interceptor. Note: map checks from receiver to
1455 // interceptor's holder has been compiled before (see a caller
1461 // Check if interceptor provided a value for property. If it's
1479 // Call the runtime system to load the interceptor.