Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dtests.cpp84 auto ret = CallJsMethod<bool>("extendUserClass", "index.js"); in TEST_F()
92 auto ret = CallJsMethod<bool>("extendNativeClass", "index.js"); in TEST_F()
100 auto ret = CallJsMethod<bool>("jsRespectsProtectedModifier", "index.js"); in TEST_F()
108 auto ret = CallJsMethod<bool>("jsRespectsStaticModifier", "index.js"); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h66 [[nodiscard]] std::optional<R> CallJsMethod(std::string_view fnName, std::string fileName) in CallJsMethod() function