| 41 | } |
| 42 | |
| 43 | int JSArrayProxyMethodDefinitions::JSArrayProxy_clear(JSArrayProxy *self) |
| 44 | { |
| 45 | // Nothing to be done |
| 46 | return 0; |
| 47 | } |
| 48 | |
| 49 | Py_ssize_t JSArrayProxyMethodDefinitions::JSArrayProxy_length(JSArrayProxy *self) |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected