Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h103 napi_value jsScript; in DoRunJsScript() local
104 status = napi_create_string_utf8(env, script.c_str(), script.length(), &jsScript); in DoRunJsScript()
108 status = napi_run_script(env, jsScript, &jsResult); in DoRunJsScript()