Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h46 if (!RunJsScript("var gtest_env = {};\n")) { in SetUp()
51 [[nodiscard]] static bool RunJsScript(const std::string &script) in RunJsScript() function
81RunJsScript("gtest_env." + moduleName + " = require(\"" + interopJsTestPath_ + "/" + modulePath + … in LoadModuleAs()
297 auto res = RunJsScript(R"( in DoCallEtsMethod()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_operations/
Dclass_operations.cpp27 if (!RunJsScript("var gtest_env = {};\n")) { in SetUp()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/number_subtypes/
Dnumber_subtypes.cpp.erb26 if (!RunJsScript("var gtest_env = {};\n")) {