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