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