PythonMonkey   v0.8.2 (dev)
Loading...
Searching...
No Matches
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: