| 7 | namespace djinni_generated { |
| 8 | |
| 9 | em::val NativeCppException::cppProxyMethods() { |
| 10 | static const em::val methods = em::val::array(std::vector<std::string> { |
| 11 | "throwAnException", |
| 12 | "callThrowingInterface", |
| 13 | "callThrowingAndCatch", |
| 14 | }); |
| 15 | return methods; |
| 16 | } |
| 17 | |
| 18 | int32_t NativeCppException::throw_an_exception(const CppType& self) { |
| 19 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected