PythonMonkey v0.8.2 (dev)
|
The typedef for the backing store that will be used by JSStringProxy objects. All it contains is a pointer to the JSString. More...
#include <JSStringProxy.hh>
Public Attributes | |
PyUnicodeObject | str |
JS::PersistentRootedValue * | jsString |
The typedef for the backing store that will be used by JSStringProxy objects. All it contains is a pointer to the JSString.
JS::PersistentRootedValue* JSStringProxy::jsString |
PyUnicodeObject JSStringProxy::str |