PythonMonkey   v1.1.2 (dev)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
JSStringProxy Struct Reference

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
 

Detailed Description

The typedef for the backing store that will be used by JSStringProxy objects. All it contains is a pointer to the JSString.

Member Data Documentation

◆ jsString

JS::PersistentRootedValue* JSStringProxy::jsString

◆ str

PyUnicodeObject JSStringProxy::str

The documentation for this struct was generated from the following file: