Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h319 [[nodiscard]] static bool CallEtsMethodViaJs(napi_env env, napi_value jsFunctionName, in CallEtsMethodViaJs()
361 napi_value jsFunctionName; in DoCallEtsMethod() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp64 napi_value jsFunctionName = jsArgc == 1 ? jsArgv[0] : jsArgv[1]; in GetEtsFunction() local