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

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

#include <JSObjectProxy.hh>

Public Attributes

PyDictObject dict
 
JS::PersistentRootedObject * jsObject
 

Detailed Description

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

Member Data Documentation

◆ dict

PyDictObject JSObjectProxy::dict

◆ jsObject

JS::PersistentRootedObject* JSObjectProxy::jsObject

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