Home
last modified time | relevance | path

Searched refs:DoRunJsScriptByPath (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h59 return DoRunJsScriptByPath<R>(jsEnv_, path); in RunJsScriptByPath()
136 [[nodiscard]] std::optional<T> DoRunJsScriptByPath(napi_env env, const std::string &path) in DoRunJsScriptByPath() function