MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / JSObjectItemsProxy_traverse

Method JSObjectItemsProxy_traverse

src/JSObjectItemsProxy.cc:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int JSObjectItemsProxyMethodDefinitions::JSObjectItemsProxy_traverse(JSObjectItemsProxy *self, visitproc visit, void *arg) {
44 Py_VISIT(self->dv.dv_dict);
45 return 0;
46}
47
48int JSObjectItemsProxyMethodDefinitions::JSObjectItemsProxy_clear(JSObjectItemsProxy *self) {
49 Py_CLEAR(self->dv.dv_dict);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected