Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h66 [[nodiscard]] std::optional<R> CallJsMethod(std::string_view fnName, std::string fileName) in CallJsMethod()
83 [[nodiscard]] std::optional<R> CallEtsMethod(std::string_view fnName, Args &&...args) in CallEtsMethod()
353 …[[nodiscard]] static std::optional<R> DoCallEtsMethod(std::string_view fnName, napi_env env, Args … in DoCallEtsMethod()
392 …[[nodiscard]] static std::optional<R> DoCallJsMethod(std::string_view fnName, std::string_view mod… in DoCallJsMethod()