| 124 | } |
| 125 | } |
| 126 | void NativeDjinniPerfBenchmark::argArrayInt(const CppType& self, const em::val& w_v) { |
| 127 | try { |
| 128 | self->argArrayInt(::djinni::Array<::djinni::I64>::toCpp(w_v)); |
| 129 | } |
| 130 | catch(const std::exception& e) { |
| 131 | return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e); |
| 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)); |
nothing calls this directly
no outgoing calls
no test coverage detected