PythonMonkey   v0.8.2 (dev)
Loading...
Searching...
No Matches
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: