Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-proxy.cc15 BUILTIN(ProxyConstructor) { in BUILTIN() argument
/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