Lines Matching full:intercept
1906 // Intercept names that start with 'interceptor_'.
1921 // Intercept accesses that set certain integer values, for which the name does
19694 Handle<FunctionTemplate> intercept = FunctionTemplate::New();
19695 AddInterceptor(intercept, EmptyInterceptorGetter, EmptyInterceptorSetter);
19697 env->Global()->Set(v8_str("Intercept"), intercept->GetFunction());
19699 "var b = new Intercept();"