Searched refs:CallJsMethod (Results 1 – 2 of 2) sorted by relevance
84 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()
66 [[nodiscard]] std::optional<R> CallJsMethod(std::string_view fnName, std::string fileName) in CallJsMethod() function