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