PythonMonkey   v0.8.2 (dev)
Loading...
Searching...
No Matches
JSFunctionProxy Struct Reference

The typedef for the backing store that will be used by JSFunctionProxy objects. All it contains is a pointer to the JSFunction. More...

#include <JSFunctionProxy.hh>

Public Attributes

PyObject_HEAD JS::PersistentRootedObject * jsFunc
 

Detailed Description

The typedef for the backing store that will be used by JSFunctionProxy objects. All it contains is a pointer to the JSFunction.

Member Data Documentation

◆ jsFunc

PyObject_HEAD JS::PersistentRootedObject* JSFunctionProxy::jsFunc

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