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

Method JSObjectProxy_traverse

src/JSObjectProxy.cc:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int JSObjectProxyMethodDefinitions::JSObjectProxy_traverse(JSObjectProxy *self, visitproc visit, void *arg)
61{
62 // Nothing to be done
63 return 0;
64}
65
66int JSObjectProxyMethodDefinitions::JSObjectProxy_clear(JSObjectProxy *self)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected