PythonMonkey   v1.1.2 (dev)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
JSMethodProxy Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ jsFunc

JS::PersistentRootedObject* JSMethodProxy::jsFunc

◆ self

PyObject_HEAD PyObject* JSMethodProxy::self

The documentation for this struct was generated from the following file: