PythonMonkey v0.9.1 (dev)
|
The typedef for the backing store that will be used by JSMethodProxy objects. All it contains is a pointer to the JSFunction and a pointer to self. More...
#include <JSMethodProxy.hh>
Public Attributes | |
PyObject_HEAD PyObject * | self |
JS::PersistentRootedObject * | jsFunc |
The typedef for the backing store that will be used by JSMethodProxy objects. All it contains is a pointer to the JSFunction and a pointer to self.
JS::PersistentRootedObject* JSMethodProxy::jsFunc |
PyObject_HEAD PyObject* JSMethodProxy::self |