| 64 | } |
| 65 | |
| 66 | int JSObjectProxyMethodDefinitions::JSObjectProxy_clear(JSObjectProxy *self) |
| 67 | { |
| 68 | // Nothing to be done |
| 69 | return 0; |
| 70 | } |
| 71 | |
| 72 | Py_ssize_t JSObjectProxyMethodDefinitions::JSObjectProxy_length(JSObjectProxy *self) |
| 73 | { |
nothing calls this directly
no outgoing calls
no test coverage detected