| 35 | } |
| 36 | |
| 37 | int JSArrayProxyMethodDefinitions::JSArrayProxy_traverse(JSArrayProxy *self, visitproc visit, void *arg) |
| 38 | { |
| 39 | // Nothing to be done |
| 40 | return 0; |
| 41 | } |
| 42 | |
| 43 | int JSArrayProxyMethodDefinitions::JSArrayProxy_clear(JSArrayProxy *self) |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected