Searched refs:RunJsScriptByPath (Results 1 – 2 of 2) sorted by relevance
26 auto ret = RunJsScriptByPath<uint32_t>("bouncing_pandas/bouncing_pandas.js"); in TEST_F()
57 [[nodiscard]] std::optional<R> RunJsScriptByPath(const std::string &path) in RunJsScriptByPath() function