| 7 | namespace djinni_generated { |
| 8 | |
| 9 | em::val NativeTestArray::cppProxyMethods() { |
| 10 | static const em::val methods = em::val::array(std::vector<std::string> { |
| 11 | }); |
| 12 | return methods; |
| 13 | } |
| 14 | |
| 15 | em::val NativeTestArray::testStringArray(const em::val& w_a) { |
| 16 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected