Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.cpp105 FindMethodFunc findMethodFunc = [](void *data, size_t argc) { in GetterSetterCallHandler() local
119 …hodWrapper::DoEtsMethodCall(napi_env env, napi_callback_info cinfo, FindMethodFunc &findMethodFunc) in DoEtsMethodCall()
212 FindMethodFunc findMethodFunc = [&](void *data, size_t argc) { in EtsMethodCallHandler() local