| 132 | } |
| 133 | } |
| 134 | void NativeDjinniPerfBenchmark::argObject(const CppType& self, const em::val& w_c) { |
| 135 | try { |
| 136 | self->argObject(::djinni_generated::NativeObjectPlatform::toCpp(w_c)); |
| 137 | } |
| 138 | catch(const std::exception& e) { |
| 139 | return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e); |
| 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)); |
nothing calls this directly
no outgoing calls
no test coverage detected