| 156 | } |
| 157 | } |
| 158 | void NativeDjinniPerfBenchmark::argArrayRecord(const CppType& self, const em::val& w_a) { |
| 159 | try { |
| 160 | self->argArrayRecord(::djinni::List<::djinni_generated::NativeRecordSixInt>::toCpp(w_a)); |
| 161 | } |
| 162 | catch(const std::exception& e) { |
| 163 | return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e); |
| 164 | } |
| 165 | } |
| 166 | int64_t NativeDjinniPerfBenchmark::returnInt(const CppType& self, int64_t w_i) { |
| 167 | try { |
| 168 | auto r = self->returnInt(::djinni::I64::toCpp(w_i)); |
nothing calls this directly
no outgoing calls
no test coverage detected