| 154 | } |
| 155 | } |
| 156 | void NativeTestHelpers::check_enum_map(const em::val& w_m) { |
| 157 | try { |
| 158 | ::testsuite::TestHelpers::check_enum_map(::djinni::Map<::djinni_generated::NativeColor, ::djinni::String>::toCpp(w_m)); |
| 159 | } |
| 160 | catch(const std::exception& e) { |
| 161 | return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e); |
| 162 | } |
| 163 | } |
| 164 | void NativeTestHelpers::check_enum(int32_t w_c) { |
| 165 | try { |
| 166 | ::testsuite::TestHelpers::check_enum(::djinni_generated::NativeColor::toCpp(w_c)); |
nothing calls this directly
no outgoing calls
no test coverage detected