| 18 | } |
| 19 | |
| 20 | static bool isWithTSN(JavaScriptEngineTestCase testCase) { |
| 21 | switch (testCase) { |
| 22 | case JavaScriptEngineTestCase::QuickJSWithTSN: |
| 23 | return true; |
| 24 | default: |
| 25 | return false; |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | std::string PrintJavaScriptEngineType::operator()(const testing::TestParamInfo<JavaScriptEngineTestCase>& info) const { |
| 30 | auto str = std::string(snap::valdi_core::to_string(toJSEngineType(info.param))); |
no outgoing calls
no test coverage detected