| 9 | namespace djinni_generated { |
| 10 | |
| 11 | em::val NativeExternInterface1::cppProxyMethods() { |
| 12 | static const em::val methods = em::val::array(std::vector<std::string> { |
| 13 | "foo", |
| 14 | "bar", |
| 15 | }); |
| 16 | return methods; |
| 17 | } |
| 18 | |
| 19 | em::val NativeExternInterface1::foo(const CppType& self, const em::val& w_i) { |
| 20 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected