PythonMonkey v0.9.1 (dev)
|
JSMethodProxy is a custom C-implemented python type. It acts as a proxy for JSFunctions from Spidermonkey, and behaves like a method would, treating self
as this
.
More...
Go to the source code of this file.
Classes | |
struct | JSMethodProxy |
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... | |
struct | JSMethodProxyMethodDefinitions |
This struct is a bundle of methods used by the JSMethodProxy type. More... | |
Variables | |
PyTypeObject | JSMethodProxyType |
Struct for the JSMethodProxyType, used by all JSMethodProxy objects. | |
JSMethodProxy is a custom C-implemented python type. It acts as a proxy for JSFunctions from Spidermonkey, and behaves like a method would, treating self
as this
.
|
extern |
Struct for the JSMethodProxyType, used by all JSMethodProxy objects.