| 58 | } |
| 59 | |
| 60 | int JSObjectProxyMethodDefinitions::JSObjectProxy_traverse(JSObjectProxy *self, visitproc visit, void *arg) |
| 61 | { |
| 62 | // Nothing to be done |
| 63 | return 0; |
| 64 | } |
| 65 | |
| 66 | int JSObjectProxyMethodDefinitions::JSObjectProxy_clear(JSObjectProxy *self) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected