Home | History | Annotate | Download | only in cctest

Lines Matching defs:intercept

1818   // Intercept names that start with 'interceptor_'.
1833 // Intercept accesses that set certain integer values.
19154 Handle<FunctionTemplate> intercept = FunctionTemplate::New();
19155 AddInterceptor(intercept, EmptyInterceptorGetter, EmptyInterceptorSetter);
19157 env->Global()->Set(v8_str("Intercept"), intercept->GetFunction());
19159 "var b = new Intercept();"