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

Method JSArrayProxy_dealloc

src/JSArrayProxy.cc:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29void JSArrayProxyMethodDefinitions::JSArrayProxy_dealloc(JSArrayProxy *self)
30{
31 self->jsArray->set(nullptr);
32 delete self->jsArray;
33 PyObject_GC_UnTrack(self);
34 PyObject_GC_Del(self);
35}
36
37int JSArrayProxyMethodDefinitions::JSArrayProxy_traverse(JSArrayProxy *self, visitproc visit, void *arg)
38{

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected