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

Method JSObjectValuesProxy_traverse

src/JSObjectValuesProxy.cc:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int JSObjectValuesProxyMethodDefinitions::JSObjectValuesProxy_traverse(JSObjectValuesProxy *self, visitproc visit, void *arg) {
51 Py_VISIT(self->dv.dv_dict);
52 return 0;
53}
54
55int JSObjectValuesProxyMethodDefinitions::JSObjectValuesProxy_clear(JSObjectValuesProxy *self) {
56 Py_CLEAR(self->dv.dv_dict);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected