PythonMonkey v0.9.1 (dev)
|
JSFunctionProxy is a custom C-implemented python type. It acts as a proxy for JSFunctions from Spidermonkey, and behaves like a function would. More...
#include <jsapi.h>
#include <Python.h>
Go to the source code of this file.
Classes | |
struct | JSFunctionProxy |
The typedef for the backing store that will be used by JSFunctionProxy objects. All it contains is a pointer to the JSFunction. More... | |
struct | JSFunctionProxyMethodDefinitions |
This struct is a bundle of methods used by the JSFunctionProxy type. More... | |
Variables | |
PyTypeObject | JSFunctionProxyType |
Struct for the JSFunctionProxyType, used by all JSFunctionProxy objects. | |
JSFunctionProxy is a custom C-implemented python type. It acts as a proxy for JSFunctions from Spidermonkey, and behaves like a function would.
|
extern |
Struct for the JSFunctionProxyType, used by all JSFunctionProxy objects.