Home
last modified time | relevance | path

Searched defs:ProxyConstructor (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DProxyFactory.java240 private static class ProxyConstructor<T> implements ConstructionProxy<T> { class in ProxyFactory
250 ProxyConstructor(Enhancer enhancer, InjectionPoint injectionPoint, Callback[] callbacks, in ProxyConstructor() method in ProxyFactory.ProxyConstructor
/external/v8/src/
Dbuiltins.cc3345 BUILTIN(ProxyConstructor) { in BUILTIN() argument