|
PythonMonkey v1.3.0 (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 "include/JSFunctionProxy.hh"#include "include/modules/pythonmonkey/pythonmonkey.hh"#include "include/jsTypeFactory.hh"#include "include/pyTypeFactory.hh"#include "include/setSpiderMonkeyException.hh"#include <jsapi.h>#include <Python.h>JSFunctionProxy is a custom C-implemented python type. It acts as a proxy for JSFunctions from Spidermonkey, and behaves like a function would.