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

Method JSArrayProxy_traverse

src/JSArrayProxy.cc:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37int JSArrayProxyMethodDefinitions::JSArrayProxy_traverse(JSArrayProxy *self, visitproc visit, void *arg)
38{
39 // Nothing to be done
40 return 0;
41}
42
43int JSArrayProxyMethodDefinitions::JSArrayProxy_clear(JSArrayProxy *self)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected