| 162 | } |
| 163 | } |
| 164 | void NativeTestHelpers::check_enum(int32_t w_c) { |
| 165 | try { |
| 166 | ::testsuite::TestHelpers::check_enum(::djinni_generated::NativeColor::toCpp(w_c)); |
| 167 | } |
| 168 | catch(const std::exception& e) { |
| 169 | return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e); |
| 170 | } |
| 171 | } |
| 172 | em::val NativeTestHelpers::token_id(const em::val& w_t) { |
| 173 | try { |
| 174 | auto r = ::testsuite::TestHelpers::token_id(::djinni::Optional<std::experimental::optional, ::djinni_generated::NativeUserToken>::toCpp(w_t)); |
nothing calls this directly
no outgoing calls
no test coverage detected