| 92 | } |
| 93 | } |
| 94 | void NativeDjinniPerfBenchmark::argDataView(const CppType& self, const em::val& w_d) { |
| 95 | try { |
| 96 | self->argDataView(::djinni::NativeDataView::toCpp(w_d)); |
| 97 | } |
| 98 | catch(const std::exception& e) { |
| 99 | return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e); |
| 100 | } |
| 101 | } |
| 102 | void NativeDjinniPerfBenchmark::argEnumSixValue(const CppType& self, int32_t w_e) { |
| 103 | try { |
| 104 | self->argEnumSixValue(::djinni_generated::NativeEnumSixValue::toCpp(w_e)); |
nothing calls this directly
no outgoing calls
no test coverage detected