PythonMonkey v0.8.2 (dev)
|
The typedef for the backing store that will be used by JSArrayProxy objects. All it contains is a pointer to the JSObject. More...
#include <JSArrayProxy.hh>
Public Attributes | |
PyListObject | list |
JS::PersistentRootedObject * | jsArray |
The typedef for the backing store that will be used by JSArrayProxy objects. All it contains is a pointer to the JSObject.
JS::PersistentRootedObject* JSArrayProxy::jsArray |
PyListObject JSArrayProxy::list |