Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp99 static Span<Method> BuildProxyMethods(Class *cls, Span<Method *> targetMethods, void *entryPoint) in BuildProxyMethods()
157 JSProxy *JSProxy::CreateBuiltinProxy(EtsClass *etsClass, Span<Method *> targetMethods) in CreateBuiltinProxy()
204 …xy *JSProxy::CreateProxy(const uint8_t *descriptor, Class *baseClass, Span<Method *> targetMethods, in CreateProxy()