Home | History | Annotate | Download | only in cctest

Lines Matching refs:intercept

105         info) {  // Intercept names that start with 'interceptor_'.
124 // Intercept accesses that set certain integer values, for which the name does
3251 Local<FunctionTemplate> intercept = FunctionTemplate::New(CcTest::isolate());
3252 AddInterceptor(intercept, EmptyInterceptorGetter, EmptyInterceptorSetter);
3255 ->Set(env.local(), v8_str("Intercept"),
3256 intercept->GetFunction(env.local()).ToLocalChecked())
3260 "var b = new Intercept();"