Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/bouncing_pandas/
Dbouncing_pandas.cpp26 auto ret = RunJsScriptByPath<uint32_t>("bouncing_pandas/bouncing_pandas.js"); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h57 [[nodiscard]] std::optional<R> RunJsScriptByPath(const std::string &path) in RunJsScriptByPath() function