Home | History | Annotate | Download | only in ia32

Lines Matching full:interceptor

157   // Bail out if the receiver has a named interceptor or requires access checks.
393 Handle<InterceptorInfo> interceptor(holder_obj->GetNamedInterceptor());
394 ASSERT(!masm->isolate()->heap()->InNewSpace(*interceptor));
396 __ mov(scratch, Immediate(interceptor));
720 // Check that the maps from receiver to interceptor's holder
721 // haven't changed and thus we can invoke interceptor.
730 // Invoke an interceptor and if it provides a value,
736 // Interceptor returned nothing for this property. Try to use cached
739 // Check that the maps from interceptor's holder to constant function's
1502 // So far the most popular follow ups for interceptor loads are FIELD
1519 // Compile the interceptor call, followed by inline code to load the
1525 // the holder and it is needed should the interceptor return without any
1532 // Save necessary data before invoking an interceptor.
1543 // Invoke an interceptor. Note: map checks from receiver to
1544 // interceptor's holder has been compiled before (see a caller
1550 // Check if interceptor provided a value for property. If it's
1577 // Call the runtime system to load the interceptor.