Searched refs:InterceptorGetter (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api.cc1326 Handle<Value> InterceptorGetter(Local<String> name, function
1426 AddInterceptor(templ, InterceptorGetter, InterceptorSetter);
1443 AddInterceptor(templ, InterceptorGetter, InterceptorSetter);
1462 AddInterceptor(child, InterceptorGetter, InterceptorSetter);
1481 AddInterceptor(child, InterceptorGetter, InterceptorSetter);
1496 AddInterceptor(templ, InterceptorGetter, InterceptorSetter);
1520 AddInterceptor(templ, InterceptorGetter, InterceptorSetter);
1546 AddInterceptor(child, InterceptorGetter, InterceptorSetter);
1563 AddInterceptor(child, InterceptorGetter, InterceptorSetter);

Completed in 156 milliseconds