| 140 | } |
| 141 | } |
| 142 | void NativeDjinniPerfBenchmark::argListObject(const CppType& self, const em::val& w_l) { |
| 143 | try { |
| 144 | self->argListObject(::djinni::List<::djinni_generated::NativeObjectPlatform>::toCpp(w_l)); |
| 145 | } |
| 146 | catch(const std::exception& e) { |
| 147 | return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e); |
| 148 | } |
| 149 | } |
| 150 | void NativeDjinniPerfBenchmark::argListRecord(const CppType& self, const em::val& w_l) { |
| 151 | try { |
| 152 | self->argListRecord(::djinni::List<::djinni_generated::NativeRecordSixInt>::toCpp(w_l)); |
nothing calls this directly
no outgoing calls
no test coverage detected