Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h135 std::string testSouceCode = ReadFile(fullPath); in DoRunJsTestSuite() local
140 return DoRunJsScript(env, "(() => { \n'use strict'\n" + testSouceCode + "\n})()"); in DoRunJsTestSuite()