Searched refs:interceptor_info (Results 1 – 2 of 2) sorted by relevance
996 Handle<InterceptorInfo> interceptor_info = args.at<InterceptorInfo>(1); in RUNTIME_FUNCTION() local1002 Address getter_address = v8::ToCData<Address>(interceptor_info->getter()); in RUNTIME_FUNCTION()1049 Handle<InterceptorInfo> interceptor_info = args->at<InterceptorInfo>(1); in LoadWithInterceptor() local1057 Address getter_address = v8::ToCData<Address>(interceptor_info->getter()); in LoadWithInterceptor()
438 V(INTERCEPTOR_INFO, InterceptorInfo, interceptor_info) \