| 84 | } |
| 85 | } |
| 86 | void NativeDjinniPerfBenchmark::argDataRef(const CppType& self, const em::val& w_r) { |
| 87 | try { |
| 88 | self->argDataRef(::djinni::NativeDataRef::toCpp(w_r)); |
| 89 | } |
| 90 | catch(const std::exception& e) { |
| 91 | return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e); |
| 92 | } |
| 93 | } |
| 94 | void NativeDjinniPerfBenchmark::argDataView(const CppType& self, const em::val& w_d) { |
| 95 | try { |
| 96 | self->argDataView(::djinni::NativeDataView::toCpp(w_d)); |
nothing calls this directly
no outgoing calls
no test coverage detected